Justin Campbell
f8fa7e3b29
command/login: Fix typo in server_error
2017-08-30 10:39:58 -04:00
Justin Campbell
3ddc98c2e4
command/login: Support 2FA login on Vagrant Cloud
2017-08-30 10:39:58 -04:00
Justin Campbell
0e091fee16
command/login: Store user/pass on client
...
Will allow us to prompt for other info without forgetting this data.
2017-08-30 10:39:58 -04:00
Brian Cain
9a992ffe17
Update CHANGELOG
2017-08-29 14:28:38 -07:00
Brian Cain
d9b52e99ce
Merge pull request #8927 from briancain/7836/master/salt-call-args
...
Introduce salt_call_args and salt_args option for salt provisioner
2017-08-29 14:27:47 -07:00
Brian Cain
432cb8d915
( #7826 ) Add salt_arg option for passing flags to salt tool
...
This commit introduces the salt_arg option that allows a user to pass
additional command line flags to the `salt` tool when provisioning with
a master setup.
It also adds additional config validation to ensure that both
`salt_args` and `salt_call_args` is an array.
2017-08-29 14:11:06 -07:00
Brian Cain
9a29d7be6b
( #7836 ) Introduce salt_call_args option for salt provisioner
...
This config option for the salt provisioner allows you to pass
additional arguments to the salt-call executable.
2017-08-29 11:17:29 -07:00
Brian Cain
3df431dbc7
Update CHANGELOG
2017-08-29 11:16:19 -07:00
Brian Cain
83a7acce94
Merge pull request #8924 from briancain/8923/master/quote-path-for-ssh-identityfile
...
Quote path passed into IdentityFile for ssh command
2017-08-29 11:15:00 -07:00
Brian Cain
085feb6526
( #8923 ) Quote path passed into IdentityFile for ssh command
...
Prior to this commit, a change to how the IdentityFile setting for the
ssh command broke when a path with a space was used. This commit fixes
that by quoting the path used to set the IdentityFile so that it uses
the full path instead of part of the path after the space.
2017-08-28 13:14:45 -07:00
Brian Cain
010c369e32
Update CHANGELOG
2017-08-25 17:37:39 -07:00
Brian Cain
5d63984cc7
Merge pull request #8767 from ppar/salt-remove-duplicate-errors
...
Remove duplicate stdout, stderr output from salt
2017-08-25 17:36:19 -07:00
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