From 9165be87dafeced3ebc856a0fdaf07428aa5156a Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Wed, 1 Apr 2020 18:54:21 -0400 Subject: [PATCH] packer.io prefix removal, html extension remove for in-code errors --- .github/ISSUE_TEMPLATE/question.md | 4 ++-- .github/ISSUE_TEMPLATE/ssh_or_winrm_times_out.md | 13 ++++++------- Makefile | 2 +- builder/alicloud/ecs/image_config.go | 6 +++--- builder/amazon/chroot/builder.go | 4 ++-- builder/amazon/common/access_config.go | 4 ++-- builder/amazon/common/ami_config.go | 12 ++++++------ builder/amazon/common/run_config.go | 8 ++++---- builder/amazon/ebs/builder.go | 2 +- builder/amazon/ebssurrogate/builder.go | 2 +- builder/amazon/ebsvolume/block_device.go | 4 ++-- builder/amazon/ebsvolume/builder.go | 4 ++-- builder/azure/arm/config.go | 2 +- builder/docker/config.go | 4 ++-- builder/hyperone/config.go | 4 ++-- builder/tencentcloud/cvm/run_config.go | 2 +- builder/triton/source_machine_config.go | 2 +- builder/triton/target_image_config.go | 2 +- builder/virtualbox/common/vboxmanage_config.go | 2 +- builder/vmware/common/export_config.go | 4 ++-- builder/vmware/common/tools_config.go | 2 +- builder/vmware/iso/config.go | 2 +- command/version.go | 2 +- common/bootcommand/config.go | 2 +- common/floppy_config.go | 2 +- communicator/ssh/communicator.go | 2 +- hcl2template/types.variables.go | 2 +- template/interpolate/funcs.go | 2 +- 28 files changed, 51 insertions(+), 52 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 09ebbe85d..83a7fd0ee 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -8,8 +8,8 @@ Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here if you have a question. -- Packer Guides: https://www.packer.io/guides/index.html +- Packer Guides: https://www.packer.io/guides - Discussion List: https://groups.google.com/group/packer-tool - Any other questions can be sent to the packer section of the HashiCorp forum: https://discuss.hashicorp.com/c/packer -- Packer community links: https://www.packer.io/community.html +- Packer community links: https://www.packer.io/community diff --git a/.github/ISSUE_TEMPLATE/ssh_or_winrm_times_out.md b/.github/ISSUE_TEMPLATE/ssh_or_winrm_times_out.md index 8fdc88b0b..1206ae0c4 100644 --- a/.github/ISSUE_TEMPLATE/ssh_or_winrm_times_out.md +++ b/.github/ISSUE_TEMPLATE/ssh_or_winrm_times_out.md @@ -6,19 +6,18 @@ labels: communicator-question Got one of the following errors ? See if the related guides can help. -* `Waiting for WinRM to become available` ? +- `Waiting for WinRM to become available` ? - - See our basic WinRm Packer guide: https://www.packer.io/guides/automatic-operating-system-installs/autounattend_windows.html + - See our basic WinRm Packer guide: https://www.packer.io/guides/automatic-operating-system-installs/autounattend_windows -* `Waiting for SSH to become available` ? - - - See our basic SSH Packer guide: https://www.packer.io/guides/automatic-operating-system-installs/preseed_ubuntu.html +- `Waiting for SSH to become available` ? + - See our basic SSH Packer guide: https://www.packer.io/guides/automatic-operating-system-installs/preseed_ubuntu Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here if you have a question. -- Packer Guides: https://www.packer.io/guides/index.html +- Packer Guides: https://www.packer.io/guides - Discussion List: https://groups.google.com/group/packer-tool - Any other questions can be sent to the packer section of the HashiCorp forum: https://discuss.hashicorp.com/c/packer -- Packer community links: https://www.packer.io/community.html +- Packer community links: https://www.packer.io/community diff --git a/Makefile b/Makefile index 2fbf85098..6b254bf7f 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ fmt-examples: # source files. generate: install-gen-deps ## Generate dynamically generated code @echo "==> removing autogenerated markdown..." - @find website/source/ -type f | xargs grep -l '^