Chris Roberts
b605da0ef5
Merge pull request #9673 from chrisroberts/f-win-paths-filter
...
Fix windows command filters
2018-04-10 14:44:32 -07:00
Brian Cain
1fd67b521c
Update CHANGELOG
2018-04-10 09:17:20 -07:00
Brian Cain
f1de9821e1
Merge pull request #8099 from chrisroberts/windows/shared-folder-path
...
Fix virtualbox shared folders path
2018-04-10 09:16:06 -07:00
Chris Roberts
ddfd86f3d1
Split with shellwords and quote paths in command filter
...
This uses shellwords to split the command in the command filter
inside the winrm communicator. Using shellwords properly handles
things like quoted paths. Path arguments are also quoted to
prevent issues with paths that include spaces.
Fixes #9390
2018-04-09 17:00:30 -07:00
Brian Cain
be1beb80a4
Update CHANGELOG
2018-04-09 11:24:36 -07:00
Brian Cain
f636c30aaa
Merge pull request #9670 from briancain/aloyr-puppet_structured_facts_toyaml_on_provisioner
...
Aloyr puppet structured facts toyaml on provisioner
2018-04-09 11:23:52 -07:00
Brian Cain
1a03fe687b
Update rspec tests for puppet provisioner
2018-04-09 11:03:30 -07:00
Brian Cain
7fe03988aa
Merge branch 'puppet_structured_facts_toyaml_on_provisioner' of git://github.com/aloyr/vagrant into aloyr-puppet_structured_facts_toyaml_on_provisioner
2018-04-09 11:01:36 -07:00
Chris Roberts
f31a340499
Update CHANGELOG
2018-04-06 15:40:33 -07:00
Chris Roberts
f3c5e86f28
Merge pull request #9504 from zachflower/feature/vagrant-aliases
...
Vagrant aliases
2018-04-06 15:39:18 -07:00
Chris Roberts
9bef659c14
Update CHANGELOG
2018-04-05 11:57:26 -07:00
Chris Roberts
53ed5948f5
Merge pull request #9659 from chrisroberts/f-checkpoint-disable
...
Properly respect environment variable on checkpoint setup
2018-04-05 11:55:49 -07:00
Chris Roberts
8391abc63a
Properly respect environment variable on checkpoint setup
...
The checkpoint update missed the environment variable check for
disabling the checks so this adds in the check and properly
disables checks when requested.
2018-04-05 10:47:28 -07:00
Chris Roberts
0a061238ae
Merge pull request #9658 from chrisroberts/e-env-var-docs
...
Remove windows only note on environment variable
2018-04-05 09:52:03 -07:00
Chris Roberts
c1f27dc165
Remove windows only note on environment variable
2018-04-05 09:34:14 -07:00
Chris Roberts
873fcbb1ba
Update CHANGELOG
2018-04-05 07:54:40 -07:00
Chris Roberts
40ad1d3b39
Merge pull request #9654 from chrisroberts/f-package-constant
...
Add missing action autoloads
2018-04-05 07:53:50 -07:00
Chris Roberts
a9223cf443
Add missing action autoloads
...
Fixes #9303
2018-04-04 16:27:06 -07:00
Chris Roberts
bd465484be
Update CHANGELOG
2018-04-04 16:21:27 -07:00
Chris Roberts
ef4318eda2
Merge pull request #9653 from chrisroberts/f-powershell-detection
...
Make powershell version detection timeout configurable
2018-04-04 16:20:23 -07:00
Chris Roberts
294b0689f8
Update CHANGELOG
2018-04-04 16:19:46 -07:00
Chris Roberts
f37bb2a029
Merge pull request #9506 from chrisroberts/f-path-invalid-input
...
Suppress errors from invalid path encoding and carry on with best effort
2018-04-04 16:14:43 -07:00
Chris Roberts
8ac0fedbbb
Suppress errors from invalid path encoding and carry on with best effort
...
Fixes #9299
2018-04-04 16:09:46 -07:00
Chris Roberts
8585bc450f
Update CHANGELOG
2018-04-04 16:06:29 -07:00
Chris Roberts
dd1d91f2c4
Merge pull request #9503 from chrisroberts/f-win-ssh-control
...
Fix ssh binary selection on windows
2018-04-04 16:05:17 -07:00
Chris Roberts
77c0681a0f
Include new environment variable in documentation
2018-04-04 16:03:40 -07:00
Chris Roberts
90fa705a6d
Make powershell version detection timeout configurable
...
Allows custom configuration of the powershell timeout and bumps
the default timeout from 10 seconds to 30 seconds.
Fixes #9629
2018-04-04 16:02:11 -07:00
Chris Roberts
45218e0c40
Update CHANGELOG
2018-04-04 16:01:08 -07:00
Chris Roberts
d5479a1ea3
Merge pull request #9646 from chrisroberts/e-net-conf-prio
...
Adjust priority of network configuration file for debian guests
2018-04-04 16:00:12 -07:00
Chris Roberts
aaf3b55664
Update CHANGELOG
2018-04-04 15:59:45 -07:00
Chris Roberts
dd438100b8
Merge pull request #9645 from chrisroberts/e-checkpoint-exceptions
...
Prevent exceptions from being raised by checkpoint
2018-04-04 15:58:47 -07:00
Chris Roberts
2ade088741
Update CHANGELOG
2018-04-04 15:57:25 -07:00
Chris Roberts
a5d22acdf7
Merge pull request #9644 from chrisroberts/f-resolv-replace
...
Make resolv-replace loading optional not automatic
2018-04-04 15:56:36 -07:00
Chris Roberts
93baadab75
Remove some extra words in documentation
2018-04-04 15:51:52 -07:00
Chris Roberts
08e381c6b2
Update prefer system bin env var docs
2018-04-04 15:50:52 -07:00
Chris Roberts
a1d23b4e97
Allow system binary lookup to be disabled on windows for ssh
...
Fixes #9433
2018-04-04 15:50:52 -07:00
Brian Cain
6327782ae9
Merge pull request #9651 from camarox53/update-readme-irc
...
Updating README.md with #vagrant IRC channel information.
2018-04-04 08:31:44 -07:00
Cameron Morris
29bf0e62a6
Updating README.md with #vagrant IRC channel information.
...
This allows developers to find the IRC community more easily.
2018-04-03 17:29:07 -04:00
Chris Roberts
0139fe052b
Only modify report_on_exception if the method is available
2018-04-02 12:11:37 -07:00
Chris Roberts
97dd9e0469
Adjust priority of network configuration file for debian guests
...
This adjusts the priority of the network configuration file from 99
to 50 making it easier for customized configuration.
Fixes #9592
2018-04-02 12:08:06 -07:00
Chris Roberts
1dafc6b82e
Prevent exceptions from being raised by checkpoint
2018-04-02 12:00:56 -07:00
Chris Roberts
30e7e81eab
Make resolv-replace loading optional not automatic
2018-04-02 11:59:02 -07:00
Chris Roberts
e5b6271e85
Merge pull request #9626 from chrisroberts/e-vmware-upgrade
...
Include section on upgrading the desktop plugin
2018-03-27 17:14:28 -07:00
Chris Roberts
1de76ce374
Include section on upgrading the desktop plugin
2018-03-27 16:51:18 -07:00
Chris Roberts
54ac4dcadd
Merge pull request #9625 from hashicorp/website-vmware-upgrade
...
Update installation.html.md
2018-03-27 15:02:52 -07:00
Mitchell Hashimoto
503dd89017
Update installation.html.md
2018-03-27 15:00:19 -07:00
Mitchell Hashimoto
5b70ada5d9
Update installation.html.md
2018-03-27 14:58:13 -07:00
Chris Roberts
bd4eeb5f4f
Fix number used
2018-03-26 15:10:07 -07:00
Chris Roberts
c32207abc3
Merge pull request #9620 from chrisroberts/e-docs-vmware
...
Documentation update
2018-03-26 09:18:13 -07:00
Chris Roberts
2df3f58c17
Add note about running VMs on installation doc
2018-03-23 13:07:07 -07:00