Files
Packer-Cn/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
..
2016-11-01 14:08:04 -07:00
2018-01-22 17:21:10 -08:00
2018-09-06 12:19:31 -07:00
2016-11-01 14:08:04 -07:00
2018-09-06 12:19:31 -07:00