Commit Graph

10660 Commits

Author SHA1 Message Date
Brian Cain bba4978c13
Merge pull request #9470 from briancain/subprocess-frozen-windows-ps
Pass ruby block to capture stdout when determining PS version
2018-02-22 12:56:28 -08:00
Brian Cain d1c3deb234
(#9452) Use provider override for box_version if given
Prior to this commit if an override was given for a box version, it
would be ignored. This commit ensures that the box_version override is
used when specified in a Vagrantfile.
2018-02-22 10:43:52 -08:00
Brian Cain 3844a8e9f9
(#9056) Pass ruby block to capture stdout when determining PS version
Prior to this commit, the function used to determine the version of
Powershell would loop forever inside the Subprocess.execute function
because the process would never exit. This commit fixes that by passing
in a ruby block to capture the version from stdout instead of trying to
capture it from the returned process when it exits.
2018-02-22 10:04:16 -08:00
Chris Roberts ffa6d2810d Remove end of line matcher from progress regexp 2018-02-22 09:46:24 -08:00
Dan Alvizu 9dbf811560
Add VirtualBox PATH export to WSL docs
Add explicit steps to add VirtualBox binaries to the PATH
2018-02-21 22:21:58 -07:00
Chris Roberts 04e05088ff Check location first. Grab final progress when multiple entries listed. 2018-02-21 19:46:12 -08:00
Chris Roberts 5e7e56f573 Fix redirect display and chosen location 2018-02-21 17:05:13 -08:00
Chris Roberts 5c9c10558a Update curl options in test 2018-02-21 17:05:13 -08:00
Chris Roberts fa2f17c7ae Notify user when download host changes on redirect 2018-02-21 17:05:13 -08:00
Chris Roberts f2bf18e56b Update behavior of the authentication middleware
Always remap old hosts to target host when encountered. When custom
vagrant server is defined, warn when tokens may be attached and allow
time for user to cancel.

Fixes #9442
2018-02-21 17:03:38 -08:00
Brian Cain 1cc4a48371
Merge pull request #9473 from nicolasleger/patch-1
[CI] Test against Ruby 2.5
2018-02-16 09:11:49 -08:00
Nicolas Leger 085fd7a784
[CI] Test against Ruby 2.5 2018-02-16 11:11:40 +01:00
Chris Roberts 330ee2e1eb Ignore empty strings registered as sensitive
Fixes #9462
2018-02-15 17:02:34 -08:00
Brian Cain 610182593a
Update CHANGELOG 2018-02-15 13:14:25 -08:00
Brian Cain 78f317f55a
Merge pull request #9261 from vStone/bugfix/gentoo-static-ip-with-ifplugd
Disable if/netplugd when setting up a static ip on a gentoo guest using openrc.
2018-02-15 13:13:46 -08:00
Brian Cain 11499eecdf
Update CHANGELOG 2018-02-14 08:51:58 -08:00
Brian Cain 8c15e1995b
Merge pull request #9459 from briancain/9428/master/update-systemd-check
Update systemd? check for guest inspection
2018-02-14 08:50:27 -08:00
Brian Cain 119c8543b3
Update CHANGELOG 2018-02-14 08:50:00 -08:00
Brian Cain b8d8cf7572
Merge pull request #9456 from briancain/exit-if-hyperv-enabled-vbox
Exit if Hyper-V is enabled and VirtualBox provider is used
2018-02-14 08:49:06 -08:00
Brian Cain c2405ced3f
Update CHANGELOG 2018-02-12 15:03:35 -08:00
Brian Cain 279bceffb9
Merge pull request #9398 from drscream/smartos-inheritance-solaris
More explicit Solaris 11 and inherit SmartOS from Solaris
2018-02-12 15:02:30 -08:00
Brian Cain a7431368bd
Update CHANGELOG 2018-02-12 09:21:47 -08:00
Brian Cain a855c702c1
Merge pull request #9404 from hakoerber/fix-9403
Debian: Point hostname to 127.0.1.1 in /etc/hosts
2018-02-12 09:21:01 -08:00
Hannes Körber 3082ea502e
Debian: Point hostname to 127.0.1.1 in /etc/hosts
Closes #9403
2018-02-10 20:54:51 +01:00
Brian Cain fa84c58fde
Update CHANGELOG 2018-02-09 14:27:53 -08:00
Brian Cain a1932b8d21
Merge pull request #9265 from trombik/atomic_interface_restart
Atomically apply new hostname.if(5)
2018-02-09 14:27:07 -08:00
Brian Cain de937c3975
Update CHANGELOG 2018-02-09 11:14:58 -08:00
Brian Cain 84f929df21
Merge pull request #9351 from gclinch/salt-bootstrap-in-tmp
Change to a temporary directory before downloading script files
2018-02-09 11:14:17 -08:00
Brian Cain b77171c4fc
(#9428) Update systemd? check for guest inspection
Prior to this commit, the regex matcher used with grep to determine if a
system was using systemd? was failing on systems that did not exactly
match the old regex. This commit updates that communications test to use
a different method of determining if systemd is in use with the ps
command.
2018-02-08 15:50:59 -08:00
Brian Cain e8708232a5
(#9258) Exit if Hyper-V is enabled and VirtualBox provider is used
This commit adds a function on windows for the VirtualBox provider to
check if Hyper-V is enabled. If so, exit and display a warning to the
user that going forward will result in a system crash.
2018-02-08 11:20:41 -08:00
Brian Cain 0d0a7e5a40
Update CHANGELOG 2018-02-07 14:41:40 -08:00
Brian Cain accf76fed7
Merge pull request #9405 from hakoerber/fix-9402
Debian: Renew DHCP lease on hostname change
2018-02-07 14:40:21 -08:00
Brian Cain 2bb8552c81
Merge pull request #9450 from jeis2497052/master
Propose fix some typos
2018-02-06 11:34:37 -08:00
John Eismeier 54ecded1d6
Propose fix some typos 2018-02-06 14:20:29 -05:00
Brian Cain 8ee7b01855
Merge pull request #9437 from Cladis/patch-1
confiured → configured typo fix
2018-02-02 08:44:23 -08:00
Cladis d0d78a921f
confiured → configured typo fix 2018-02-02 16:02:28 +02:00
Hannes Körber 3fa3e995a9 Debian: Renew DHCP lease on hostname change 2018-02-01 16:46:23 +01:00
Clint Harrison 23a3157a43 Fix typo in macOS sudoers line 2018-02-01 10:43:47 -05:00
Pavel Valena a102bc064f
Use 127.0.0.1 instead of localhost
in test is_port_open_test.rb
2018-01-31 19:08:35 +01:00
Chris Roberts ff3b025fc2 Update version for dev 2018-01-29 16:46:19 -08:00
Chris Roberts a5a2ad5a6c Update website version to 2.0.2 2018-01-29 16:45:04 -08:00
Chris Roberts 37aba511d2 Release v2.0.2 2018-01-29 12:31:09 -08:00
Chris Roberts 81a3386af0 Include SSH client usage note in documentation 2018-01-26 07:25:57 -08:00
Chris Roberts a9fc91b73f Update CHANGELOG 2018-01-26 07:22:53 -08:00
Chris Roberts 0f7f4b32b9
Merge pull request #9400 from chrisroberts/fall-back-to-system-ssh
Allow which to use original path. Prefer native ssh.
2018-01-26 07:21:33 -08:00
Chris Roberts de69c96770 Update CHANGELOG 2018-01-25 09:58:11 -08:00
Chris Roberts ba7a6c7f1d
Merge pull request #9394 from chrisroberts/u-resolv
Use Ruby's resolver by default and allow replace to be disabled
2018-01-25 09:57:09 -08:00
Chris Roberts 80dc7daffa Update CHANGELOG 2018-01-25 09:56:30 -08:00
Chris Roberts 5b73133a95
Merge pull request #9389 from chrisroberts/e-vbox-sym-warn
Add warning message for VirtualBox shared folders option.
2018-01-25 09:54:19 -08:00
Chris Roberts 19d1cae92c Add log warning when native ssh executable is not found 2018-01-25 08:35:08 -08:00