Mitchell Hashimoto
bd94fbd9ba
Merge pull request #4274 from sax/smartos_rsync
...
guests/smartos: rsync on SmartOS should use pfexec
2014-08-05 17:20:38 -07:00
Mitchell Hashimoto
ee8d4dbc24
Update CHANGELOG
2014-08-05 17:19:40 -07:00
Mitchell Hashimoto
98667f06c8
Merge pull request #4282 from Mayflower/feature/config-box_server_url
...
core: add config.vm.box_server_url setting
2014-08-05 17:19:12 -07:00
Mitchell Hashimoto
0016ca688b
Update CHANGELOG
2014-08-05 17:17:53 -07:00
Mitchell Hashimoto
1cafc00bcb
Merge pull request #4297 from gildub/bug/fedora20+network
...
guests/fedora: Fixes Fedora 20 network issues when virtual
2014-08-05 17:16:40 -07:00
Gilles Dubreuil
bd4d4284c4
Fixes Fedora 20 network issues when virtual
...
On Fedora 20 virtual machines biosdevname command
'Returns 4 if running in a virtual machine.'
This patch:
- Uses the biosdevname command return value to detect if virtual
- Uses /sys/net to get interface names - Might be better solution
- Leaves unchanged the original 'bare metal' case - I wonder what for
though?
Tested with Fedora Cloud image adapted for vagrant-libvirt
Fixes issue #4104
2014-08-05 13:19:51 +10:00
Franz Pletz
6def193567
Add config.vm.box_server_url setting
...
This commits adds a new config setting `config.vm.box_server_url` to set
the URL of a local VagrantCloud instance in the Vagrantfile. If the
environment variable `VAGRANT_SERVER_URL` is set, it will still be
preferred.
2014-08-01 14:38:55 +02:00
Eric Saxby
0cb7ec2d52
rsync on SmartOS should use pfexec
2014-07-31 14:41:06 -07:00
Mitchell Hashimoto
1615325e46
Merge pull request #4273 from databus23/patch-1
...
core: respect subprocess listeners on final yield
2014-07-31 08:48:51 -07:00
Fabian Ruff
47de3225dd
Subprocess: respect listeners on final yield
2014-07-31 11:32:25 +02:00
Fabio Rehm
89beb695f2
Merge pull request #4255 from glensc/patch-1
...
Update shared_helpers.rb
2014-07-28 15:27:36 -03:00
Elan Ruusamäe
f6448e5553
Update shared_helpers.rb
...
typo fix
2014-07-27 11:46:18 +03:00
Mitchell Hashimoto
efd1d5e11b
Update ssh_settings.html.md
2014-07-17 10:54:55 -07:00
Shawn Neal
1500e490cc
Merge pull request #4211 from emyl/docs-pty-v2
...
Mention config.ssh.pty in docs
2014-07-17 10:52:51 -07:00
Emiliano Ticci
0521b0d50c
Mention config.ssh.pty in docs
2014-07-17 19:35:34 +02:00
Shawn Neal
5c148e44c3
Merge pull request #4102 from mitchellh/windows-guest-rename-compat
...
Addressed issues with Windows guest renaming on Win7/8
2014-07-10 13:30:15 -07:00
Shawn Neal
edb36abcc0
Merge pull request #4162 from mitchellh/fix-issue-4161
...
Fixed issue 4161
2014-07-08 13:27:44 -07:00
Shawn Neal
99a537605c
Fixed issue 4161
...
Wrong varaible name was used to try and delete the existing Vagrantfile causing an error.
2014-07-08 13:19:43 -07:00
Shawn Neal
bfe50e298e
Merge pull request #4133 from keiths-osc/windows_virtualbox_vmdk_path_fix
...
Ensure VirtualBox virtual disks are stored in the correct directory on Windows hosts
2014-07-07 14:27:50 -07:00
Keith Shook
93f84f53e5
Ensure VirtualBox virtual disks are stored in the correct directory round 2
2014-07-02 10:08:44 -04:00
Keith Shook
0912ddaf5f
Ensure VirtualBox virtual disks are stored in the correct directory on Windows hosts
2014-07-02 08:55:00 -04:00
Akzhan Abdulin
bf2e8deebe
VirtualBox driver should replace only last occurence of suggested VM name.
2014-07-02 08:52:31 -04:00
Shawn Neal
5530f32922
Merge pull request #4126 from mitchellh/chef-server-grammar-fixes
...
Fix spelling of Chef Solo, Chef Client, and Chef Server in website docs
2014-06-29 17:58:06 -07:00
Shawn Neal
ab6cac8c74
Fix spelling of Chef Solo, Chef Client, and Chef Server in website docs
2014-06-29 16:56:02 -07:00
Shawn Neal
4b11f6ed30
Merge pull request #4120 from jdmulloy/fix_ssh_typo
...
Removed extra n from the word "connection"
2014-06-28 10:00:58 -07:00
jdmulloy
50d0861de4
Removed extra n from the word "connection"
...
Removed extra n from the word "connection" in "Attempting SSH connection" in logger call.
2014-06-27 19:27:23 -04:00
Shawn Neal
911406ed4a
Addressed issues with Windows guest renaming on Win7/8
...
Removed dependency upon netdom which is not always available on all Windows versions. This implementation that uses PowerShell and WMI should work on all OS and PowerShell versions.
Fixed another issue where host renames would always happen when the hostname was longer than 15 characters. The COMPUTERNAME environment variable only returns the first 15 characters so we no longer use that to check the current host name.
2014-06-25 12:15:01 -07:00
Shawn Neal
1e28f1ac31
Merge pull request #4059 from brettporter/windows-puppet-wd
...
Unable to use puppet.working_directory on Windows
2014-06-18 07:56:49 -07:00
Brett Porter
0c7c143ad1
fix escaping of powershell variable
...
As this is nested in a powershell variable $command, it must be escaped
otherwise it is evaluated when the variable is created, giving an error that
"The term 'True' is not recognized as the name of a cmdlet, function,
script". This prevented using a puppet.working_directory on Windows.
2014-06-18 16:05:17 +10:00
Mitchell Hashimoto
f0cd8511ed
Update CHANGELOG
2014-06-12 11:41:00 -07:00
Mitchell Hashimoto
0c3d677bf5
Merge pull request #4006 from mitchellh/fix-issue-3987
...
guests/windows: reboot after hostname change
2014-06-12 11:40:22 -07:00
Mitchell Hashimoto
4d76327382
guests/freebsd: style
2014-06-12 11:38:53 -07:00
Mitchell Hashimoto
dec2760465
Update CHANGELOG
2014-06-12 11:38:03 -07:00
Mitchell Hashimoto
dffdf763a6
Merge pull request #4009 from calvinhp/fix/master/freebsd_rsync_install
...
guest/freebsd: update rsync install for FreeBSD 10
2014-06-12 11:37:29 -07:00
Mitchell Hashimoto
4f0e527f5d
core: don't delete data dir if no data dir [GH-4017]
2014-06-12 11:30:10 -07:00
Calvin Hendryx-Parker
eda1ac5667
Updated the rsync freebsd plugin install process for FreeBSD 10
2014-06-10 15:07:50 -04:00
Shawn Neal
d4bd05883d
Fixed issue 3987
...
Reboot the Windows guest after renaming the computer so changes take affect immediately before attempting to provision the box.
- Changed rename from wmic to netdom since netdom seems to work correctly in Windows 2008R2 and newer OSs.
- Fixed Windows guest error translations, the wrong namespace was specified in the yaml file.
2014-06-09 22:46:03 -07:00
Mitchell Hashimoto
0a5f6bb77e
Update CHANGELOG.md
2014-06-06 19:53:26 -07:00
Mitchell Hashimoto
c5fa6b1191
Merge pull request #3983 from dougm/nixos-nfs-client
...
guest/nixos: nfs_client_installed capability
2014-06-06 19:52:38 -07:00
Doug MacEachern
3b1b3d0a00
Add nixos guest capability: nfs_client_installed
2014-06-05 17:53:32 -07:00
Teemu Matilainen
004ea50bf2
Fix doc link [GH-3978]
...
Fixes #3978
2014-06-05 09:18:36 +03:00
Mitchell Hashimoto
fd4ecf8021
Update CHANGELOG.md
2014-06-02 22:08:43 -07:00
Mitchell Hashimoto
984bea0bd4
Merge pull request #3962 from StefanScherer/fix_hosts_windows_cap_rdp
...
hosts/windows: fixed writing rdp file on windows host
2014-06-02 22:08:13 -07:00
Mitchell Hashimoto
6859a4e132
Update CHANGELOG.md
2014-06-02 22:07:11 -07:00
Mitchell Hashimoto
8cd073b148
Merge pull request #3959 from benh57/master
...
provisioners/puppet: Backtick-escape the facter env command in powershell. Fixes issue 3958
2014-06-02 22:05:14 -07:00
StefanScherer
1b32cbade2
fixed writing rdp file
2014-06-03 06:57:14 +02:00
Ben Hines
7d52f0e14d
Backtick-escape the facter env command in powershell. Fixes issue 3958
2014-06-02 19:37:29 -07:00
Mitchell Hashimoto
af436553d3
Merge pull request #3946 from thierrymarianne/typo-fix-in-multiple-machine-doc
...
website/docs: Fix typo in multi-machine doc
2014-05-31 08:57:20 -07:00
Thierry Marianne
6a948d1e2f
Fix typo in multi-machine doc
2014-05-31 13:40:33 +02:00
Mitchell Hashimoto
db5c047072
Up version for dev
2014-05-29 12:23:22 -07:00