Brian Cain
7c7a2ed465
Update CHANGELOG
2018-09-19 09:04:39 -07:00
Brian Cain
c3c7ad4ea2
Merge pull request #10218 from briancain/fix-env-vars-puppet-windows
...
Fixes #8315 : Properly set env variables for puppet provisioner
2018-09-19 09:04:01 -07:00
Brian Cain
b19e891bab
Update CHANGELOG
2018-09-19 09:02:50 -07:00
Brian Cain
5834b1ca70
Merge pull request #10219 from briancain/SMB-PASSWORD-CHARS
...
Allow special characters in SMB password field
2018-09-19 09:02:08 -07:00
Brian Cain
3ed4ab7022
Update CHANGELOG
2018-09-19 09:01:44 -07:00
Brian Cain
b580268730
Merge pull request #10220 from briancain/FIX-PATH-WARNING-WINDOWS
...
Ensure file paths are identical when checking for cwd
2018-09-19 09:01:09 -07:00
Brian Cain
dac78eb626
Add test for identical file paths
2018-09-18 14:15:34 -07:00
slackfan
59ecf95b0d
Remove unnessary import
...
Signed-off-by: Alexander Fischer <github@ordnungsdienst.org>
2018-09-18 13:56:18 -07:00
slackfan
e547b26309
Don't compare paths by String
...
The implemented String comparison is misleading on Windows as it does not consider that paths on Windows are case insensitive
Signed-off-by: Alexander Fischer <github@ordnungsdienst.org>
2018-09-18 13:56:17 -07:00
Brian Cain
5ebb548be9
Add test for SMB mount_shared_folder function
...
This commit ensures that the command that adds the smb username and
password properly quotes the password given by the user.
2018-09-18 13:38:57 -07:00
John Rizzo
b7d702ab5f
Update mount_shared_folder.rb
...
This change allows special characters in the password such as ) which will cause cmdkey to fail without the quotes.
2018-09-18 13:34:32 -07:00
Brian Cain
06b3268b6f
Fixes #8315 : Properly set env variables for puppet provisioner
...
Prior to this commit, the puppet provisioner would not properly set its
environment variables, if any were configured in the Vagrantfile. This
commit separates those properly with semicolons when calling out to
puppet apply.
2018-09-18 10:09:01 -07:00
Brian Cain
89a21f0f47
Update CHANGELOG
2018-09-17 11:48:11 -07:00
Brian Cain
31689b6032
Merge pull request #9054 from tom-mi/master
...
Add completion for snapshot names for vagrant snapshot restore|delete
2018-09-17 11:47:32 -07:00
Brian Cain
07a2bc4d1d
Update CHANGELOG
2018-09-17 11:27:37 -07:00
Brian Cain
9ad04ada6c
Merge pull request #9431 from blueyed/options-without-leading-space
...
salt: remove leading space with bootstrap_options
2018-09-17 11:26:54 -07:00
Brian Cain
ff3d1235fb
Update CHANEGLOG
2018-09-17 11:14:09 -07:00
Brian Cain
4fd9d522f6
Merge pull request #9432 from blueyed/curl-s
...
salt: bootstrap-salt.sh: use -s with curl
2018-09-17 11:13:21 -07:00
Chris Roberts
de62a86d48
Update version for dev
2018-09-12 09:01:55 -07:00
Chris Roberts
fb0eb56c3a
Update website version 2.1.5
2018-09-12 08:45:01 -07:00
Chris Roberts
47b2f27d27
Release v2.1.5
2018-09-12 08:00:32 -07:00
Chris Roberts
63ae9556c6
Fix typo in spec runner script
2018-09-11 15:07:21 -07:00
Chris Roberts
28ea7a565b
Fix typo in changelog
2018-09-11 15:07:10 -07:00
Chris Roberts
467ba9f6e4
Update CHANGELOG
2018-09-11 10:47:07 -07:00
Chris Roberts
a3c056ef6f
Merge pull request #10199 from chrisroberts/f-multi-vagrantfile-load
...
Force command to be re-run after installing local plugins
2018-09-11 10:46:32 -07:00
Chris Roberts
1b4da1c9bf
Update CHANGELOG
2018-09-11 10:45:44 -07:00
Chris Roberts
c29ff8b39b
Merge pull request #10200 from chrisroberts/e-customized-logger
...
Remove sensitive values from logger output
2018-09-11 10:45:08 -07:00
Chris Roberts
8500a609f5
Remove sensitive values from logger output
2018-09-10 10:40:51 -07:00
Brian Cain
4b95040810
Update CHANGELOG
2018-09-10 10:28:57 -07:00
Brian Cain
c31fd2cd1e
Merge pull request #10194 from briancain/specify-salt-version
...
Allow non-windows hosts to pass along version
2018-09-10 10:28:16 -07:00
Chris Roberts
798fb81926
Force command to be re-run after installing local plugins
...
Reloading the Vagrantfile causes issue with multiple evaluations
where users expect single evaluation. Instead of allowing local
plugin installation to happen prior to command execution, force
halt after installation and the command to be re-run. This will
prevent multiple loads of the Vagrantfile within a single run.
2018-09-10 09:59:58 -07:00
Brian Cain
b8e3705768
Update CHANGELOG
2018-09-10 09:20:06 -07:00
Brian Cain
95bec5953c
Merge pull request #10198 from mkostrikin/sudo_ps_systemd_detect
...
Hardened proc disallow systemd detection
2018-09-10 09:19:00 -07:00
Maxim Kostrikin
d06cd2f94b
Hardened proc disallow systemd detection
...
If you have a vagrant box with proc mounted with
proc /proc proc defaults,hidepid=2 0 0
ps output will be limited to owned process
sudo should extend output
2018-09-10 18:13:58 +07:00
Brian Cain
13b09bedac
( #9802 ) Allow non-windows hosts to pass along version
...
The salt bootstrap can now accept version arguments on non-windows
hosts, so this commit allows the Vagrant provisinoer to specify a
version.
2018-09-07 13:39:36 -07:00
Brian Cain
770b6e0cca
Update CHANGELOG
2018-09-07 13:05:37 -07:00
Brian Cain
9da922c871
Merge pull request #10168 from lelutin/bash_completion_destroy
...
bash: complete running VM names for destroy subcommand
2018-09-07 13:05:00 -07:00
Brian Cain
5a1b065834
Update CHANGELOG
2018-09-07 11:18:20 -07:00
Brian Cain
4f42da15de
Merge pull request #10171 from eigengrau/default-template
...
vagrant init: Support VAGRANT_DEFAULT_TEMPLATE
2018-09-07 11:17:46 -07:00
Brian Cain
e76c35e466
Update CHANGELOG
2018-09-07 10:45:02 -07:00
Brian Cain
6c8d997053
Merge pull request #10181 from chrisroberts/f-auto-checkpoints
...
Check for automatic checkpoint support before configuring
2018-09-07 10:44:26 -07:00
Brian Cain
1b05a68277
Update CHANGELOG
2018-09-07 10:44:03 -07:00
Brian Cain
c589a667ed
Merge pull request #10182 from chrisroberts/f-ssh-config
...
Check verify_host_key for falsey or :never values when generating ssh config
2018-09-07 10:43:26 -07:00
Brian Cain
b6961d7453
Update CHANGELOG
2018-09-07 10:37:38 -07:00
Brian Cain
798c673408
Merge pull request #10191 from fnordfish/feature/ask_version_match
...
add `Vagrant.version?` helper method
2018-09-07 10:36:38 -07:00
Brian Cain
5710910ee5
Merge pull request #10192 from briancain/fixup-rsync-auto-option-docs
...
Add note about rsync__auto option
2018-09-07 10:27:24 -07:00
Brian Cain
b339d9edf3
( #10002 ) Add note about rsync__auto option
2018-09-07 10:09:56 -07:00
Robert Schulze
28771674d6
add `Vagrant.version?` helper method
...
to check Vagrant for a version match without raising an error.
2018-09-07 11:37:30 +02:00
Brian Cain
3ec55d2a51
Update CHANGELOG
2018-09-05 14:28:01 -07:00
Brian Cain
cf2de6d714
Merge pull request #10180 from briancain/powershell-cmd-fixup
...
vagrant powershell command fixup
2018-09-05 14:27:10 -07:00