Commit Graph

6552 Commits

Author SHA1 Message Date
Matthew Hooker 84460a9063 sync changelog with what's in master 2016-10-21 14:36:14 -07:00
Matthew Hooker 46eda07343 update changelog 2016-10-21 12:49:41 -07:00
Matthew Hooker 1a87d49abf Merge pull request #4034 from mitchellh/sshdisconnect
handle case when remote ssh server disconnects
2016-10-21 12:48:40 -07:00
Matthew Hooker 892d5e82c9 expect_disconnect option
provisioner/shell: Adds option to fail if the remote server disconnects
us.
2016-10-21 11:39:03 -07:00
Matthew Hooker 42784e0e68 Merge pull request #4036 from mvermaes/docs-vmware-vmx-tools_options
Add tools_upload_flavor/path to vmware-vmx docs
2016-10-21 11:12:26 -07:00
Michael Vermaes bf17b4bd01 Add tools_upload_flavor/path to vmware-vmx docs 2016-10-21 18:19:08 +08:00
Matthew Hooker b7a41af93c update changelog 2016-10-20 11:57:00 -07:00
Matthew Hooker 9185066019 Merge pull request #4033 from mitchellh/4026-alt
4026 alt
2016-10-20 11:55:16 -07:00
Matthew Hooker 83a763115e update changelog 2016-10-19 18:52:29 -07:00
Matthew Hooker a1ef6398c3 Merge pull request #3371 from simonguest/powershell-envvars-fix
Removed escaped quotes in non-elevated powershell invocation
2016-10-19 18:50:39 -07:00
Matthew Hooker fd324f4a97 use inconsolata monospace 2016-10-19 14:11:28 -07:00
Matthew Hooker 975df8039c Merge pull request #4027 from 7heo/patch-1
Get rid of unnecessary `-E` flag for `sudo`
2016-10-19 11:08:46 -07:00
7heo 4a4d529b33 Get rid of unnecessary `-E` flag for `sudo`
In the "Execute Command Example - Sudo Example", the used command is
defining environment variables prematurely, hence requiring the sudo
invocation to be made with the `-E` flag. However, this is not only
necessary but might have indesirable side effects, as the `-E` flag
forwards the whole environment to the subshell.
2016-10-19 16:47:16 +02:00
Lyle Mantooth bb2b66e869 Make <code> tags easier to read.
Increases the font-weight so that the light-green text on black
backgrounds stand out better, especially in inline code tags.
2016-10-19 09:15:47 -04:00
Matthew Hooker 2ecbfd551b Merge pull request #4021 from asifrc/add-aws-ohio-region
Add support for us-east-2 (Ohio) AWS region
2016-10-17 19:36:25 -07:00
Asif R Choudhury 48d94342ba Add us-east-2 (Ohio) AWS region 2016-10-17 21:31:41 -05:00
Matthew Hooker 83579803f4 update changelog 2016-10-17 14:01:29 -07:00
Matthew Hooker 8de02e976c Merge pull request #4013 from artburkart/closes_3999
Closes #3999 - Support VirtualBox Trim/Discard
2016-10-17 13:55:09 -07:00
Arthur Burkart 4a00ffeea2 Closes #3999 - Support VirtualBox Trim/Discard
Adds a couple options to enable/disable the `--nonrotational` and
`--discard` flags during `VBoxManage storageattach` command execution
2016-10-17 08:52:28 -04:00
mexisme 050306b9d0 Update docs for puppet-masterless and puppet-server provisioners 2016-10-17 09:24:56 +13:00
Sander van Harmelen dbf3bf56d4 Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
Matthew Hooker 68f0417946 Merge pull request #4012 from rickard-von-essen/chroot_mounts-doc-fix
Slightly reworded docs for chroot_mounts in amazon-chroot builder
2016-10-15 15:27:59 -07:00
mexisme 314a4f4bbf Add Puppet Bin Dir to puppet-server provisioner 2016-10-16 02:50:37 +13:00
Rickard von Essen 68ef44bb96 Updated CHANGELOG.md 2016-10-15 14:58:20 +02:00
Rickard von Essen c273bd6beb Merge pull request #3789 from jeremy-asher/amazon-ebs-delete-volumes-on-failure
clean up EBS volumes on failure
2016-10-15 14:57:15 +02:00
Rickard von Essen ecdf59b7b9
Slightly reworded docs for chroot_mounts in amazon-chroot builder
Closes #3081
2016-10-15 14:42:36 +02:00
mexisme 6f9294095f Add Puppet Bin Dir to puppet-masterless provisioner 2016-10-15 22:39:50 +13:00
Matthew Hooker f5753807b6 update changelog 2016-10-14 15:54:28 -07:00
Matthew Hooker d8439b0034 Merge pull request #3971 from mitchellh/fix3486
change chef-solo provisioner staging directory
2016-10-14 15:51:26 -07:00
Matthew Hooker 1eb042bbf5 Merge pull request #4008 from mitchellh/fix3699
prevent panic when ssh reconnect fails
2016-10-14 15:50:49 -07:00
Matthew Hooker 97688a96ba Merge pull request #4004 from mitchellh/parseCheckSumFilePanic
fix parseCheckSumFile panic
2016-10-14 15:50:07 -07:00
Ali Rizvi-Santiago 1347b11f06 Fixed a bug due to some missing filepath.ToSlash calls in StepCreateFloppy.Add.
If backslashes were in a filename (such as when running from Windows),
    this would cause the backslashes to be included in the filenames in the
    created floppy disk which caused havoc when Windows tried to parse it.

Fixed a bug in fsDirectoryCache when using path.Clean() to normalize the
    input directory properly. This would cause an error where a new directory
    "." would be created instead of it correctly returning the root directory.

Fixes issue #3977.
2016-10-14 14:17:49 -07:00
Chris Lundquist e15c22797b Update amazon-instance.html.md 2016-10-14 11:53:40 -07:00
Chris Lundquist 7edc3f9857 Update amazon-ebs.html.md 2016-10-14 11:53:12 -07:00
Chris Lundquist 77a7728fd5 Update amazon-chroot.html.md 2016-10-14 11:51:19 -07:00
Matthew Hooker 5747f4e890 prevent panic when ssh reconnect fails 2016-10-14 11:23:35 -07:00
Matthew Hooker 54651e0005 fix parseCheckSumFile panic
resolves #3516
2016-10-14 00:56:05 -07:00
Matthew Hooker 1bc73cf448 Merge pull request #4001 from mitchellh/rmcustomcommanddocs
remove custom command documentation.
2016-10-13 22:17:28 -07:00
Matthew Hooker 220709b7eb Merge pull request #4002 from mitchellh/b-plugin-discovery
Supress plugin discovery from plugins, which is redundant and noisy in the logs
2016-10-13 20:17:43 -07:00
Chris Bednarski 010fa977cf Change to explicit comparison with MagicCookieValue 2016-10-13 18:14:22 -07:00
Chris Bednarski 3935703286 Supress plugin discovery from plugins, which is redundant and noisy in the logs 2016-10-13 16:41:33 -07:00
Matthew Hooker 516f403993 remove custom command documentation.
it was removed in #1629
2016-10-13 16:16:48 -07:00
Christopher Boumenot f908e18483 Merge pull request #3996 from boumenot/pr-issue-3968
azure: Allow user to set custom data
2016-10-13 13:39:54 -07:00
Christopher Boumenot 7d07fa7afc azure: Allow user to set custom data 2016-10-13 11:56:23 -07:00
Christopher Boumenot ae2b31c4ec Merge pull request #3997 from boumenot/pr-issue-3730
azure: handle os_type errors more gracefully
2016-10-13 09:30:03 -07:00
Christopher Boumenot bba643df9a azure: handle os_type errors more gracefully 2016-10-13 09:26:29 -07:00
Matthew Hooker ca3b4563e0 update changelog 2016-10-12 16:27:35 -07:00
Matthew Hooker 17c2c6f4f7 Merge pull request #3995 from boumenot/pr-issue-3965
azure: Allow user to override size of OS disk
2016-10-12 16:26:08 -07:00
Christopher Boumenot 249a943a1e azure: Allow user to override size of OS disk 2016-10-12 16:24:04 -07:00
jasminSPC 5da380baed Error handling
Minor typo fixes
2016-10-13 00:41:04 +02:00