Brian Cain
79e535a7ee
( #9622 ) Use SafeExec for docker-exec
...
This commit uses the internal helper SafeExec rather than using the
Kernel class directly. It also adds a test to ensure that if the `-t`
option is used, it will call SafeExec.
2018-05-02 14:23:50 -07:00
Isaac Freeman
de71626922
docker: use Kernel.system for docker-exec when -t is given
2018-04-18 17:50:47 -04:00
Brian Cain
e6887b8305
Update CHANGELOG
2018-04-16 15:39:10 -07:00
Brian Cain
151095a3e9
Merge pull request #9420 from ryanwalder/salt-json
...
Add master_json_config & minion_json_config options to salt provisioner
2018-04-16 15:37:44 -07:00
Brian Cain
a9c7b3efe2
Update CHANGELOG
2018-04-12 15:25:04 -07:00
Brian Cain
42df3e7185
Merge pull request #9685 from briancain/improve-hostonly-conf-error
...
Improve network collision error message
2018-04-12 15:18:50 -07:00
Brian Cain
4db3d49157
Improve network collision error message
...
This commit provides a bit more information when a non-hostonly network
collides with a host network.
2018-04-12 14:16:13 -07:00
Chris Roberts
9ba44fcece
Merge pull request #9545 from hashicorp/je.segment
...
Switch web analytics to segment
2018-04-10 15:15:21 -07:00
Chris Roberts
30b77c96c9
Update CHANGELOG
2018-04-10 14:57:29 -07:00
Chris Roberts
5d7506afe3
Merge pull request #9676 from chrisroberts/e-win-file-perms
...
Update generated ssh private key file permissions on create
2018-04-10 14:56:28 -07:00
Chris Roberts
2ccfccb70c
Merge pull request #9675 from chrisroberts/e-docs-share
...
Include installation information for vagrant share plugin
2018-04-10 14:52:53 -07:00
Chris Roberts
f838883483
Update CHANGELOG
2018-04-10 14:52:27 -07:00
Chris Roberts
b2db1adb7c
Merge pull request #9674 from chrisroberts/f-wsl-version-check
...
Check Windows installed Vagrant version using --version
2018-04-10 14:47:06 -07:00
Chris Roberts
71c1e3537d
Update CHANGELOG
2018-04-10 14:46:51 -07:00
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
Chris Roberts
9731720773
Update generated ssh private key file permissions on create
...
This updates the permissions on the automatically generated private
key file to only be readable by the user. Includes support for file
permission modification on Windows platform.
2018-04-10 14:15:14 -07:00
Chris Roberts
100976fad0
Include installation information for vagrant share plugin
...
Fixes #9485
2018-04-10 10:03:46 -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
e4399a5724
Check Windows installed Vagrant version using --version
...
Using the --version flag keeps Vagrant from doing a full startup
and prevents the Vagrantfile from being parsed. This makes the
version check faster, and stops things like syntax errors within
a Vagrantfile from causing an unexpected error.
Fixes #9635
2018-04-10 08:05:23 -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
Jeff Escalante
db959c16c5
switch web analytics from ga to segment
2018-04-06 18:25:11 -04: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