- 15 Jul, 2013 8 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
packer: Delete "override" key for config passed to provisioners
-
Mitchell Hashimoto authored
-
- 14 Jul, 2013 31 commits
-
-
Julian Phillips authored
The overrides are processed, so that the provisioner only sees the appropriate sub-settings, so the provisioner does not need the raw overrides. If we leave the top-level overrides object in the provisioner configuration, then it will be rejected as an unknown configuration key.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
[GH-152]
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mark Peek authored
Currently the passed in AWS auth or AWS environment variables are interpreted by packer. This change moves that logic into goamz in order to support both the existing and instance based IAM role authentication. This requires a corresponding change to goamz.
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @markpeek I think this is much cleaner. Also, I made it so it doesn't append by default... I like the idea of appending but it scares me that for a bug report someone might put like a multi-megabyte gist of logs at me. HAHA. We'll see.
-
Mitchell Hashimoto authored
Add ability to send log output to a file using PACKER_LOG_PATH
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 13 Jul, 2013 1 commit
-
-
Mark Peek authored
When the environment variables PACKER_LOG and PACKER_LOG_PATH are both set the log output will be appended to the PACKER_LOG_PATH file.
-