- 09 Jun, 2014 1 commit
-
-
Ross Smith II authored
Update run_config.go
-
- 07 Jun, 2014 1 commit
-
-
Mohammed Naser authored
-
- 28 May, 2014 2 commits
-
-
Ross Smith II authored
Fix chroot builder to work with chef-solo provisioner. Fixes #1196
-
Brandon Turner authored
According to be5adb92, the UploadDir method supports two ways of copying depending on whether a trailing slash is used: src = "dir" -> dest/dir src = "dir/" -> dest On BSD-based systems (such as OSX, FreeBSD, etc.) the `cp -R` command handles these two cases automatically. However, Linux treats "src/" and "src" the same. To support the trailing slash syntax portably, we can use: src = "dir" -> dest/dir src = "dir/." -> dest This works on BSD and Linux. It is better than using wildcards as it grabs hidden files as well. This fixes #1196 that prevents the chef-solo provisioner from working with the chroot builder.
-
- 26 May, 2014 2 commits
-
-
Ross Smith II authored
Fix staging_directory default path
-
Benoit Benedetti authored
-
- 23 May, 2014 2 commits
-
-
Ross Smith II authored
Fix website shell provisioner typo.
-
Kris authored
-
- 22 May, 2014 3 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
Adds support for encrypted EBS volumes
-
Greg Burek authored
-
- 15 May, 2014 6 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
vSphere upload hangs due to DOMAIN\account format of username
-
Mitchell Hashimoto authored
Remove unused file
-
Pierre Riteau authored
-
Michael Kuzmin authored
-
Michael Kuzmin authored
-
- 13 May, 2014 2 commits
-
-
Rickard von Essen authored
builder/parallels: Added missing doc...
-
Rickard von Essen authored
-
- 12 May, 2014 1 commit
-
-
Ross Smith II authored
Tiny typo. I really should add a unit test here.
-
- 11 May, 2014 8 commits
-
-
Ross Smith II authored
1 line typo
-
Ross Smith II authored
-
Ross Smith II authored
Fixes #1000: Uploading the whole ansible playbook directory
-
rsabitov authored
-
Rickard von Essen authored
builder/parallels: Don't delete sound, since it doesn't always exist.
-
Rickard von Essen authored
-
Rickard von Essen authored
builder/parallels: Select which interface to connect to.
-
Rickard von Essen authored
The IP address that the guest OS connect to download files from the http_dir is determined by searching for a host interface with an IP assigned. Now it is possible to use host_interfaces to select which interfaces are searched.
-
- 10 May, 2014 12 commits
-
-
Rickard von Essen authored
builder/parallels: Added pppX interface
-
Rickard von Essen authored
-
Rickard von Essen authored
Remove extra spaces in the Supported Platforms page.
-
Rickard von Essen authored
-
Rickard von Essen authored
Add myself to the Community page and added links on the Platform page
-
Rickard von Essen authored
-
Rickard von Essen authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
/cc @rasa - an example
-