- 17 Oct, 2013 9 commits
-
-
Jack Pearkes authored
fix typo in docs for saltmasterless provisioner.
-
Tate Eskew authored
-
Mitchell Hashimoto authored
website/docs: note shutdown to run as root, why
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 15 Oct, 2013 6 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @mwhooker
-
Mitchell Hashimoto authored
-
Matthew Hooker authored
provisioner/shell: fix EOF detection
-
Matthew Hooker authored
Fixes #507 The scanUnixLine function was erroneously returning empty lines when EOF was reached. This commit adds a test for the problem and changes the scanUnixLine function to elide the trailing \n if no content was read.
-
Jon Stevens authored
Also added a note about shutdown_command that bit me.
-
- 14 Oct, 2013 9 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
post-processor/vagrant: support instance store AMIs [GH-503]
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/virtualbox: sleep after shutdown before export to avoid session locks
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amzon: fix race condition after launching EC2 instance
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
common/config: config filter function [GH-521]
-
Mitchell Hashimoto authored
-
- 13 Oct, 2013 2 commits
-
-
Matthew Hooker authored
-
Matthew Hooker authored
Fixes #521
-
- 11 Oct, 2013 1 commit
-
-
Patrick Lucas authored
It is possible for an instance to not immediately exist after it is launched. Previously, InstanceStateRefreshFunc would crash if this race condition were realized. This change takes the exact same approach of the function above, AMIStateRefreshFunc, treating 'InvalidInstanceID.NotFound' as if there were an empty result.
-
- 10 Oct, 2013 3 commits
-
-
Jack Pearkes authored
-
Jack Pearkes authored
builder/digitalocean: Scrub config before logging
-
Matthew Hooker authored
-
- 09 Oct, 2013 2 commits
-
-
Lyndon Washington authored
-
Lyndon Washington authored
-
- 05 Oct, 2013 1 commit
-
-
Jonas Pfenniger authored
-
- 04 Oct, 2013 2 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 03 Oct, 2013 4 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
common: An SSH timeout should be treated as an error
-
- 02 Oct, 2013 1 commit
-
-
Patrick Lucas authored
-