packer/fix
Don Kuntz e251adb37e Make the amazon-private-ip fixer errors more visible
At present, when using the packer fix command on a template that has
"ssh_private_ip" set to anything but a boolean value, the fixer will
fail, and appear to fail silently, simply returning a non-zero status
code without any message.

To determine what happened, users have to know to set PACKER_LOG=1 to
make the log message visible.

So far as I can tell, this is the only instance of log.Fatalf being
called, and based on the surrounding code the better solution would be
to return an error, which will then be visible to users of packer fix
without having to look in the logs.
2019-02-22 10:26:55 -06:00
..
fixer.go Revert "Rename attribute api_access_key to organization_id" 2018-11-08 16:34:23 -08:00
fixer_amazon_enhanced_networking.go builder/amazon: remove ssh_private_ip 2018-02-08 16:47:43 -08:00
fixer_amazon_enhanced_networking_test.go builder/amazon: remove ssh_private_ip 2018-02-08 16:47:43 -08:00
fixer_amazon_private_ip.go Make the amazon-private-ip fixer errors more visible 2019-02-22 10:26:55 -06:00
fixer_amazon_private_ip_test.go Ensure amazon-private-ip fixes string values 2018-07-05 16:57:54 +01:00
fixer_amazon_shutdown_behavior.go builder/amazon: remove ssh_private_ip 2018-02-08 16:47:43 -08:00
fixer_amazon_shutdown_behavior_test.go builder/amazon: Change shutdown_behaviour to shutdown_behavior 2016-12-14 21:59:16 +01:00
fixer_createtime.go run goimports 2018-01-22 17:21:10 -08:00
fixer_createtime_test.go run gofmt 2016-11-01 14:08:04 -07:00
fixer_docker_email.go bug fix and add test 2018-09-06 12:19:31 -07:00
fixer_hyperv_deprecations.go Fixer and tests to remove deprecated 'vhd_temp_path' Hyper-V ISO setting 2018-07-20 02:12:47 +01:00
fixer_hyperv_deprecations_test.go Fixer and tests to remove deprecated 'vhd_temp_path' Hyper-V ISO setting 2018-07-20 02:12:47 +01:00
fixer_hyperv_vmxc_typo.go Fixer and tests to convert 'clone_from_vmxc_path' -> 'clone_from_vmcx_path' 2018-07-20 02:12:48 +01:00
fixer_hyperv_vmxc_typo_test.go Fixer and tests to convert 'clone_from_vmxc_path' -> 'clone_from_vmcx_path' 2018-07-20 02:12:48 +01:00
fixer_iso_md5.go command: move all remaining commands 2014-10-27 20:34:49 -07:00
fixer_iso_md5_test.go run gofmt 2016-11-01 14:08:04 -07:00
fixer_parallels_deprecations.go Fix typo in fixer file name 2017-09-26 17:50:47 +01:00
fixer_parallels_deprecations_test.go go 1.11 format rules 2018-08-24 15:56:44 -07:00
fixer_parallels_headless.go Enable headless mode by default on Parallels Desktop 11 2015-08-24 15:09:29 +02:00
fixer_parallels_headless_test.go Enable headless mode by default on Parallels Desktop 11 2015-08-24 15:09:29 +02:00
fixer_powershell_escapes.go s/boot_command/bootcommand/ 2018-04-19 14:26:31 -07:00
fixer_pp_manifest_filename.go bug fix and add test 2018-09-06 12:19:31 -07:00
fixer_pp_manifest_filename_test.go bug fix and add test 2018-09-06 12:19:31 -07:00
fixer_pp_vagrant_override.go bug fix and add test 2018-09-06 12:19:31 -07:00
fixer_pp_vagrant_override_test.go bug fix and add test 2018-09-06 12:19:31 -07:00
fixer_sshdisableagent.go ssh: Renamed ssh_disable_agent to ssh_disable_agent_forwarding 2017-06-19 16:26:18 +02:00
fixer_sshdisableagent_test.go ssh: Renamed ssh_disable_agent to ssh_disable_agent_forwarding 2017-06-19 16:26:18 +02:00
fixer_sshkeypath.go Added fixer for ssh_key_path 2016-02-12 17:24:42 -08:00
fixer_sshkeypath_test.go Added fixer for ssh_key_path 2016-02-12 17:24:42 -08:00
fixer_virtualbox_gaattach.go command: move all remaining commands 2014-10-27 20:34:49 -07:00
fixer_virtualbox_gaattach_test.go go 1.11 format rules 2018-08-24 15:56:44 -07:00
fixer_virtualbox_rename.go fix: virtualbox rename fixes overrides [GH-1828] 2015-06-13 16:39:12 -04:00
fixer_virtualbox_rename_test.go fix: virtualbox rename fixes overrides [GH-1828] 2015-06-13 16:39:12 -04:00
fixer_vmware_compaction.go validate compaction is skipped when not 'thin' 2018-08-30 16:44:00 -05:00
fixer_vmware_compaction_test.go validate compaction is skipped when not 'thin' 2018-08-30 16:44:00 -05:00
fixer_vmware_rename.go command: move all remaining commands 2014-10-27 20:34:49 -07:00
fixer_vmware_rename_test.go command: move all remaining commands 2014-10-27 20:34:49 -07:00
helpers.go bug fix and add test 2018-09-06 12:19:31 -07:00