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
Mitchell Hashimoto
9e09616d91
Up version
2014-05-07 17:28:25 -07:00
Mitchell Hashimoto
d1a26bf8ca
core: add more logging to check box outdated
2014-05-07 17:21:17 -07:00
Mitchell Hashimoto
f309ed3103
v1.6.1
2014-05-07 15:34:44 -07:00
Mitchell Hashimoto
b2f9e86135
providers/docker: make sure command isn't scoped
2014-05-07 15:12:30 -07:00
Mitchell Hashimoto
61caaa00c6
commands/docker-run: --help works [GH-3698]
2014-05-07 15:11:57 -07:00
Mitchell Hashimoto
a00d2481f5
providers/docker: put sync folders in var lib docker [GH-3680]
2014-05-07 15:09:53 -07:00
Mitchell Hashimoto
cc75eb188f
providers/docker: support custom shell properly [GH-3697]
2014-05-07 15:00:51 -07:00
Mitchell Hashimoto
b47df84887
communicators/winrm: fix tests
2014-05-07 10:09:14 -07:00
Mitchell Hashimoto
882c9ad7f6
communicators/winrm: good_exit option
2014-05-07 09:47:47 -07:00
Mitchell Hashimoto
42453c1600
Update CHANGELOG.md
2014-05-07 09:41:54 -07:00
Mitchell Hashimoto
62986e1324
Merge pull request #3670 from p0deje/public_send
...
core: public_send vs send when merging configs
2014-05-07 09:40:53 -07:00
Mitchell Hashimoto
7a1dc1e527
Merge pull request #3673 from mitchellh/rename-docker-provider-specs
...
providers/docker: Rename test files for consistency
2014-05-07 09:30:40 -07:00
Fabio Rehm
7538d07233
providers/docker: Ensure long flags are used
2014-05-07 12:12:16 -03:00
Fabio Rehm
3ab5064e02
providers/docker: Add required configs and specs (build is green now)
2014-05-07 12:12:16 -03:00
Fabio Rehm
b68cb6d7b4
providers/docker: Container links are an array, not a hash
2014-05-07 12:12:16 -03:00
Fabio Rehm
89db0f64e5
providers/docker: Rename test files for consistency
2014-05-07 11:19:36 -03:00
Alex Rodionov
34ec385c81
core: public_send vs send when merging configs
...
This fixes the problem when config keys collide with Kernel/Object
methods (private). An example is `exec` which is used in vagrant-exec
plugin.
Compare:
> old.send :exec
ArgumentError: wrong number of arguments (0 for 1+)
> old.public_send :exec
=> #<Vagrant::Config::V2::DummyConfig:0x007fe212cc05c8>
2014-05-07 19:02:21 +07:00
Mitchell Hashimoto
ca428388d8
providers/docker: can set default provider to docker [GH-3662]
2014-05-06 21:49:49 -07:00
Mitchell Hashimoto
8bb9d18260
guests/windows: nicer error if winrm not in use to configure networks [GH-3651]
2014-05-06 19:00:58 -07:00
Mitchell Hashimoto
326e8012f7
guests/*: setup rsync_pre properly
2014-05-06 18:40:55 -07:00
Mitchell Hashimoto
25589e509e
commands/reload: if --provision is present, force provision [GH-3657]
2014-05-06 16:27:58 -07:00
Mitchell Hashimoto
4af97adb7c
Update CHANGELOG.md
2014-05-06 14:47:54 -07:00
Mitchell Hashimoto
011005b5a0
Merge pull request #3654 from mithaler/patch-1
...
providers/docker: fix Docker error reporting bug
2014-05-06 14:47:03 -07:00
Michael Louis Thaler
9dcc53673a
Fix error reporting bug
...
There's no "command" variable; it should be "cmd". This bug causes it to print an unhelpful exception if the Docker command fails.
2014-05-06 17:46:09 -04:00
Mitchell Hashimoto
48f5b0d53b
providers/virtualbox: package --base should use vboxsf
2014-05-06 13:48:32 -07:00
Mitchell Hashimoto
4ef237a642
synced_folders/rsync: mkdir before rsync
2014-05-06 13:41:37 -07:00
Mitchell Hashimoto
d4087db7c5
core: no active machines if there is no vagrant env
2014-05-06 13:36:42 -07:00
Mitchell Hashimoto
16a329214c
Update CHANGELOG
2014-05-06 13:29:21 -07:00
Mitchell Hashimoto
e7a5dc4f8e
Revert "Merge pull request #3643 from cammoraton/rhel7-plugin-fixes"
...
This reverts commit 919d0b9f4b
, reversing
changes made to 924c47feb3
.
2014-05-06 13:26:44 -07:00
Mitchell Hashimoto
7e6ba7fa50
providers/virtualbox: check for provider config nilness
2014-05-06 13:10:22 -07:00
Mitchell Hashimoto
9a146d779c
Update CHANGELOG
2014-05-06 12:51:02 -07:00
Mitchell Hashimoto
9d2d4b9675
guests/mint: don't need to inherit from ubuntu class
2014-05-06 12:50:35 -07:00
Mitchell Hashimoto
9e5fffb7f1
Merge pull request #3648 from chrisvire/fix/master/add_mint_guest
...
Add Linux Mint detection
2014-05-06 12:49:53 -07:00
Mitchell Hashimoto
0f350370e3
Up version for dev
2014-05-06 12:46:26 -07:00
Chris Hubbard
fd86f5a57e
Add Linux Mint detection
...
* Linux Mint is a popular distribution based on Ubuntu
* When creating a VM based on Linux Mint, it cannot detect
that it is based on Ubuntu and it is detected as just linux
and configure_networks fails
* https://github.com/mitchellh/vagrant/issues/3647
2014-05-06 15:09:33 -04:00
Mitchell Hashimoto
7a2f4c2168
website/www: 1.6 post
2014-05-06 09:22:02 -07:00
Mitchell Hashimoto
e32adc3ee4
v1.6.0
2014-05-06 08:51:11 -07:00
Mitchell Hashimoto
5029966d3f
Update CHANGELOG
2014-05-06 08:48:22 -07:00
Mitchell Hashimoto
771f951096
Merge pull request #3638 from jtopper/nfs-sudo-improvements
...
Improve use of sudo for NFS export manipulation
2014-05-06 08:47:50 -07:00
Mitchell Hashimoto
62bfefd96f
website/docs: update docs for NFS sudoers
2014-05-06 08:47:11 -07:00
Mitchell Hashimoto
376b20d868
Update CHANGELOG.md
2014-05-06 08:43:59 -07:00