6124 Commits

Author SHA1 Message Date
Mitchell Hashimoto
388cf34d04 Merge pull request #3776 from agilebarbecue/master
provisioners/puppet: fix windows guest with puppet and a facter block
2014-05-13 09:49:31 -07:00
Paul Cooper @ Agile Barbecue
573683ef00 fix windows guest with puppet and a facter block
Powershell doesn't understand the unix-style ENV=thing command syntax, the old vagrant-windows plugin monkey patched the provisioner to put semicolons between statements to set the variables before running puppet - this fixes the issue inside a windows? block leaving the normal non-windows code path working - therefore works for me on both unix and windows provisions with a facter block in place
2014-05-13 17:31:31 +01:00
Mitchell Hashimoto
9475ed9a50 website/www: up version for deploy 2014-05-12 10:52:24 -07:00
Mitchell Hashimoto
970ed5068e v1.6.2 v1.6.2 2014-05-12 08:36:05 -07:00
Mitchell Hashimoto
5e30d29b2b Merge pull request #3753 from takekazuomi/fix/master/hypervdestroy
providers/hyperv: Just add missing message for destroy command ask N for hyper-v provider.
2014-05-12 08:30:16 -07:00
Mitchell Hashimoto
0feae47da3 Merge pull request #3755 from kura/vagrant-1.6-bash-completion
Merging in latest version from kura/vagrant-bash-completion
2014-05-12 08:28:48 -07:00
Kura
13f4b62018 Merging in latest version from kura/vagrant-bash-completion 2014-05-12 12:20:32 +01:00
Takekazu Omi
90ca838174 Just add missing message for destroy command ask N for hyper-v provider.
mitchellh/vagrant#3752
2014-05-12 17:00:59 +09:00
Teemu Matilainen
98f8b51180 Fix slash in CHANGELOG 2014-05-10 23:56:30 +03:00
Teemu Matilainen
f87c7a9bc9 synced_folders\rsync: remove non-portable '-v' flag from chown [GH-3743]
Aside of the already fixed OpenBSD, at least Solaris `chown` seems not
to support the `-v` option, so remove it from all guests.
2014-05-10 23:51:12 +03:00
Mitchell Hashimoto
c24cbd1da6 Merge pull request #3746 from Sharpie/travis-speed-bump
Speed up nokogiri installation during Travis runs
2014-05-10 11:46:54 -07:00
Charlie Sharpsteen
dd575b9708 Speed up nokogiri installation during Travis runs
Version 1.6 of Nokogiri builds its own copy of libxml2 during installation.
Setting `NOKOGIRI_USE_SYSTEM_LIBRARIES=true` skips this step and shaves about a
minute off of Travis runs.
2014-05-10 11:40:23 -07:00
Mitchell Hashimoto
47d85d830d core: don't double-include package in tar [GH-3637] 2014-05-10 10:36:38 -07:00
Mitchell Hashimoto
c7abea2032 guests/linux: exclude symlinks from chown search [GH-3744] 2014-05-09 16:08:11 -07:00
Mitchell Hashimoto
ca6e2393bd core: providers can choose to not be defaultable [GH-3742] 2014-05-09 16:02:09 -07:00
Mitchell Hashimoto
782c3762cc communicators/ssh: rescue another exception for reset 2014-05-09 15:59:15 -07:00
Mitchell Hashimoto
e6a5ff37d0 Update CHANGELOG.md 2014-05-09 15:39:07 -07:00
Mitchell Hashimoto
3f28552f39 Merge pull request #3743 from zigg/fix/master/openbsd-rsync-chmod
guests/openbsd: remove `-v` flag from post-rsync `chmod`
2014-05-09 15:38:27 -07:00
Matt Behrens
a8fb2de7aa remove -v flag from post-rsync chmod
OpenBSD `chmod` does not support the `-v` flag, which causes
`vagrant up` to fail.
2014-05-09 18:31:23 -04:00
Mitchell Hashimoto
9c684ad2b7 core: retry acquire of dotlock [GH-3735] 2014-05-09 10:28:37 -07:00
Mitchell Hashimoto
2a973df440 synced_folders/rsync: copy symlinks as real files [GH-3734] 2014-05-09 09:31:31 -07:00
Mitchell Hashimoto
190ba4cd27 core: can add box with name of directory [GH-3732] 2014-05-09 09:24:29 -07:00
Mitchell Hashimoto
39eaaf3664 provisioners/puppet: windows module sep [GH-3731] 2014-05-09 09:22:36 -07:00
Mitchell Hashimoto
745bdf6766 providers/docker: ability to specify build dir synced folder opts [GH-3727] 2014-05-08 18:46:03 -07:00
Mitchell Hashimoto
a9029842a6 kernel/v2: multiple synced folder lines override each other 2014-05-08 18:39:13 -07:00
Mitchell Hashimoto
92940a7c5d synced_folders/nfs: allow disabling export [GH-3636] 2014-05-08 17:10:38 -07:00
Mitchell Hashimoto
434a13b4e4 kernel/v2: automatically forward winrm if comm is winrm [GH-3685] 2014-05-08 17:00:55 -07:00
Fabio Rehm
1eec62cb9e provisioners/shell: Fix shell provisioning when config.binary is set to false [GH-3712]
The `config` in use was the Shell provisioner config that does not expose
access to the VM configs.

References https://github.com/fgrehm/vagrant-lxc/issues/284
2014-05-08 18:55:07 -03:00
Mitchell Hashimoto
1ae99e3a2e kernel/v2: convert network type to symbol earlier 2014-05-08 13:38:40 -07:00
Mitchell Hashimoto
aee71a093b providers/docker: forward ports properly 2014-05-08 13:37:55 -07:00
Mitchell Hashimoto
471b3b4059 website/docs: document SSL share [GH-3672] 2014-05-08 13:25:39 -07:00
Mitchell Hashimoto
a5ca5b39ab website/docs: make mention of docker provider on provisioner page 2014-05-08 13:15:13 -07:00
Fabio Rehm
8fab12cd2a Update CHANGELOG.md 2014-05-08 15:50:37 -03:00
Fabio Rehm
66d9f06311 Merge pull request #3719 from goshakkk/docker-run-links-fix
Fix docker container linking
2014-05-08 15:48:29 -03:00
Gosha Arinich
7558524482 docker container links is actually a hash, fix tests 2014-05-08 21:27:58 +03:00
Gosha Arinich
faba9bdae9 Revert "providers/docker: Container links are an array, not a hash"
This reverts commit b68cb6d7b408a494dccb96383b20387de7db0339.
2014-05-08 21:10:37 +03:00
Mitchell Hashimoto
9a8a0499c7 providers/docker: don't use HGFS on VMware fusion [GH-3687] 2014-05-08 10:06:06 -07:00
Mitchell Hashimoto
4e52facebc core: properly yield in locker 2014-05-08 09:57:52 -07:00
Mitchell Hashimoto
86aef2249b core: don't lock machines on SSH access 2014-05-08 09:55:23 -07:00
Mitchell Hashimoto
c724130a4d Merge pull request #3717 from berendt/change_name_of_downloads
website/www: changed titles of package downloads
2014-05-08 09:28:03 -07:00
Christian Berendt
5659ffc239 changed titles of package downloads
Like discussed in #3704.
2014-05-08 18:24:20 +02:00
Mitchell Hashimoto
338328fa15 kernel/v2: hostnames can be one character [GH-3713] 2014-05-08 09:10:13 -07:00
Mitchell Hashimoto
ef132cb84f Merge pull request #3714 from szuliq/patch-1
website/docs: Amend default manifest name for puppet apply
2014-05-08 09:07:36 -07:00
Krzysztof Szularz
fd8f1ed0cc Amend default manifest name for puppet apply
Option listing still quoted `init.pp` as default manifest name.
2014-05-08 16:07:50 +02:00
Mitchell Hashimoto
e308250689 website/www: version.txt 2014-05-07 23:14:11 -07:00
Gilles Cornu
919b5245ff provisioners/chef: Rename a unit test file
This way these tests are part of `rake test:unit`

Similar to [GH-3673]
2014-05-08 06:00:58 +02:00
Mitchell Hashimoto
8cc7b1030b website/docs: document docker build_args 2014-05-07 18:42:13 -07:00
Mitchell Hashimoto
030c1ee481 providers/docker: build_args [GH-3684] 2014-05-07 18:41:24 -07:00
Mitchell Hashimoto
446dd51af2 website/docs: document RDP raw args 2014-05-07 18:34:22 -07:00
Mitchell Hashimoto
e1815a13e8 commands/rdp: support extra args to RDP client [GH-3686] 2014-05-07 18:32:20 -07:00