Peter Parkkali
8e4f0444e8
Hide duplicate errors in Saltstack provisioner when verbose mode is on
2017-08-26 01:38:06 +02:00
Brian Cain
1ed89b5b97
Update CHANGELOG
2017-08-25 16:31:12 -07:00
Brian Cain
dbc23fccab
Merge pull request #8915 from briancain/6656/master/format-windows-paths-for-ssh-config
...
Format windows paths for ssh_config command
2017-08-25 16:20:32 -07:00
Brian Cain
c84184d3ca
Merge pull request #8918 from briancain/8917/master/fix-expand-path-cap
...
Fix shell_expand_guest_path capability
2017-08-25 16:20:15 -07:00
Brian Cain
b45ee4f455
( #6656 ) Format windows paths for ssh_config command
...
Prior to this commit, if the ssh-config command was invoked within
cygwin or msys2, it would show a regular windows style path for private
keys rather than a path that could be used within msys2 or cygwin. This
commit updates that behavior by converting all of the private key paths
to the proper msys2 or cygwin path if the platform is windows and the
command was invoked from one of those two shells.
2017-08-25 13:17:19 -07:00
Brian Cain
0ac26be4ef
( #8917 ) Fix shell_expand_guest_path capability
...
Prior to this commit, when the guest capability attempted to expand a
path with spaces it would quote the path passed in. However if the path
also had a relative path those quotes would end up making `printf`
ignore it and not properly expand the path fully. This commit updates
that to first escape the quotes of a path and then pass in the new path
to be expanded.
2017-08-25 10:02:36 -07:00
Chris Roberts
a619ff43cb
Update version for dev
2017-08-23 12:15:48 -07:00
Chris Roberts
d98f858d9c
Update vagrant website version to 1.9.8
2017-08-23 12:11:24 -07:00
Chris Roberts
eb33ae1b54
Release v1.9.8
2017-08-23 07:09:06 -07:00
Chris Roberts
4ddac2d023
Update CHANGELOG
2017-08-22 12:49:39 -07:00
Chris Roberts
868856b71a
Merge pull request #8911 from chrisroberts/fix/compose-hostvm
...
Error when compose and force_host_vm are enabled together
2017-08-22 12:48:08 -07:00
Brian Cain
0ca277c2ae
Update CHANGELOG
2017-08-22 12:43:31 -07:00
Brian Cain
9f093f71d9
Merge pull request #8910 from briancain/8479/master/disable-prov-install-global-id-up
...
Disable install providers when using global id on vagrant up
2017-08-22 12:42:09 -07:00
Chris Roberts
f660c19084
Error when compose and force_host_vm are enabled together
2017-08-22 11:36:26 -07:00
Gilles Cornu
c3f0b1c1b2
Ansible Docs: Fix headers and indentation
...
Align the headers style and wording in the intro page.
[ci skip]
2017-08-22 19:18:32 +02:00
Brian Cain
d9e088ba5d
( #8479 ) Disable install providers when using global id on vagrant up
...
Prior to this commit, when using a global id to bring up a vagrant vm,
vagrant would fail during the "install provider" step due to the fact
that the global vagrant machine was not configured for the local vagrant
environment. Since this global vm exists elsewhere, we disable the
install provider step so that vagrant can just bring up the global
vagrant machine.
2017-08-22 10:08:05 -07:00
Gilles Cornu
e436f53fe9
Ansible Docs: Fix a typo in Markdown indentation
...
[ci skip]
2017-08-22 07:54:00 +02:00
Brian Cain
32da6e4ea8
Update CHANGELOG
2017-08-21 16:27:43 -07:00
Brian Cain
ea59cfdb92
Merge pull request #8895 from briancain/8697/master/add-ssh-extra-opts
...
Introduce extra_args setting for ssh configs
2017-08-21 16:26:52 -07:00
Chris Roberts
dce71a5a27
Merge pull request #8892 from StephenOrJames/patch-1
...
Remove extra shell prompt
2017-08-21 14:57:31 -07:00
Chris Roberts
380897e941
Update CHANGELOG
2017-08-21 14:56:18 -07:00
Chris Roberts
dfefa0883c
Merge pull request #8902 from poma/patch-1
...
Fix #8901
2017-08-21 14:54:52 -07:00
Chris Roberts
14aacd4ab6
Update CHANGELOG
2017-08-21 14:51:33 -07:00
Chris Roberts
93f6451261
Retain winssh_ method prefix on auth key helper
2017-08-21 14:48:52 -07:00
Rui Lopes
7fac854cf3
winssh communicator: simplify the authorized_keys file modification
2017-08-21 14:42:18 -07:00
Rui Lopes
4ab0dc19b1
winssh communicator: retain the authorized_keys file acl permissions
2017-08-21 14:42:18 -07:00
Rui Lopes
aeac480683
winssh communicator: fix public key insertion
2017-08-21 14:42:18 -07:00
Chris Roberts
927129aa39
Fix rsync test for updated rspec
2017-08-21 14:08:59 -07:00
Chris Roberts
75d0cc5e13
Update CHANGELOG
2017-08-21 13:52:11 -07:00
Chris Roberts
f32f85595e
Merge pull request #8840 from chrisroberts/rsync/ipv6
...
Format host address for rsync when IPv6
2017-08-21 13:49:58 -07:00
Chris Roberts
155cc449c4
Update CHANGELOG
2017-08-21 13:49:04 -07:00
Chris Roberts
4eb8d7a098
Merge pull request #8839 from chrisroberts/windows/req-min-ps
...
Validate powershell prior to powershell use
2017-08-21 13:48:08 -07:00
Chris Roberts
d047d4d7a6
Update CHANGELOG
2017-08-21 13:47:40 -07:00
Chris Roberts
e3231615ef
Merge pull request #8838 from chrisroberts/docker-compose/relative-volumes
...
Expand relative volume paths for compose on current cwd
2017-08-21 13:46:40 -07:00
Chris Roberts
1c763cf5e6
Expand relative volume paths for compose on current cwd
2017-08-21 13:26:19 -07:00
Chris Roberts
570c8aee49
Update CHANGELOG
2017-08-21 13:22:24 -07:00
Chris Roberts
3f8cbb121a
Merge pull request #8837 from chrisroberts/docker-compose/links
...
Split compose links if string values
2017-08-21 13:21:09 -07:00
Chris Roberts
75789b4604
Update CHANGELOG
2017-08-21 13:17:40 -07:00
Chris Roberts
18d3e5d286
Merge pull request #8831 from chrisroberts/hyperv/ipv6
...
Update guest IP address discovery for hyper-v guests.
2017-08-21 13:15:06 -07:00
Roman Semenov
fc1e4f7533
Fix #8901
2017-08-18 18:58:45 +03:00
Brian Cain
ffec0ff8d9
( #8697 ) Introduce extra_args setting for ssh configs
...
Prior to this commit, there was no way to add additional ssh arguments
within a Vagrantfile for a given vagrant machine. This commit introduces
a new option extra_args that allows users to pass in a single argument
or an array of flags that will be added onto the ssh command.
2017-08-17 09:02:20 -07:00
Justin Campbell
d014cdac65
website: Fix mailto link
2017-08-16 17:21:56 -04:00
Justin Campbell
1a93b61a35
Merge pull request #8894 from mitchellh/docs-org-migration
...
Vagrant Cloud documentation improvements
2017-08-16 17:08:55 -04:00
Justin Campbell
9db1c4b438
website: Add link to Vagrant Cloud docs source
2017-08-16 16:29:27 -04:00
Justin Campbell
6ddc418947
website: Add support link to index
2017-08-16 16:23:23 -04:00
Justin Campbell
d920a4fe46
website: Update support email address
2017-08-16 16:20:35 -04:00
Justin Campbell
04586e1ec0
website: Add link to account migration page
2017-08-16 16:13:22 -04:00
Stephen James
eaca868a76
Remove extra shell prompt
2017-08-16 01:12:28 -04:00
Brian Cain
40d5c28f3f
Update CHANGELOG
2017-08-15 14:57:15 -07:00
Brian Cain
567f26a7be
Merge pull request #8889 from briancain/8864/master/improve-config-validate-cmd
...
Improve `vagrant validate` command
2017-08-15 14:56:15 -07:00