Commit Graph

6234 Commits

Author SHA1 Message Date
Fabio Rehm 7eecf31faa providers/docker: Fix SSH access to container when no Host VM is in use [GH-3799] 2014-05-15 20:14:10 -03:00
Mitchell Hashimoto 5899227126 Merge pull request #3803 from mitchellh/issue-3729
guests/windows: change elevated shell output to better get output
2014-05-15 09:37:00 -07:00
Shawn Neal 823e80fa32 Fixed issue 3729
The logic used to read the file contents sometimes would leave lines behind unread. It now defaults to reading all lines and counts each line it has actually read.
2014-05-15 09:17:57 -07:00
Mitchell Hashimoto 3fb7b5061e commands/halt: halt in reverse order [GH-3790] 2014-05-14 08:29:22 -07:00
Mitchell Hashimoto 8c1615eec1 Merge pull request #3786 from treyhyde/master
hosts/freebsd: Unbreak rsync provisioning for FreeBSD by properly registering the rsync_pre capability
2014-05-13 18:13:17 -07:00
Trey Hyde 055d129a20 Update CHANGELOG 2014-05-13 18:10:58 -07:00
Trey Hyde ca986455f3 guests/freebsd: Properly register that the rsync_pre capability belongs to FreeBSD rather than defining re-defining it for Linux. 2014-05-13 18:07:35 -07:00
YungSang a2ed1cd014 Revise the unit case, too 2014-05-13 15:23:38 -07:00
YungSang 2c688fda16 Set disabled even if no disabled option
to override the previous settings
2014-05-13 15:07:23 -07:00
Mitchell Hashimoto 80e2b89242 Update CHANGELOG 2014-05-13 09:51:37 -07:00
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 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 b68cb6d7b4.
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