mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 01:40:26 -05:00
- ssh_key_path is removed in all cases. - The new fixer is not checking the builder type so it will execute for all builders. - If ssh_key_path exists without ssh_private_key_file then it will assign the value of ssh_path_path to ssh_private_key_file - If ssh_private_key_file and ssh_key_path exist, then ssh_key_path is simply removed I wanted to emit a warning messsage to the user but it didn't seem like the ui.* interface was exposed to fixers. |
||
|---|---|---|
| .. | ||
| fixer.go | ||
| fixer_createtime.go | ||
| fixer_createtime_test.go | ||
| fixer_iso_md5.go | ||
| fixer_iso_md5_test.go | ||
| fixer_parallels_deprections.go | ||
| fixer_parallels_deprections_test.go | ||
| fixer_parallels_headless.go | ||
| fixer_parallels_headless_test.go | ||
| fixer_pp_vagrant_override.go | ||
| fixer_pp_vagrant_override_test.go | ||
| fixer_sshkeypath.go | ||
| fixer_sshkeypath_test.go | ||
| fixer_virtualbox_gaattach.go | ||
| fixer_virtualbox_gaattach_test.go | ||
| fixer_virtualbox_rename.go | ||
| fixer_virtualbox_rename_test.go | ||
| fixer_vmware_rename.go | ||
| fixer_vmware_rename_test.go | ||