Mitchell Hashimoto
e515ca22ab
core: sleep between state checks for communicator [GH-2163]
2013-09-15 17:33:05 -07:00
Mitchell Hashimoto
5e468dd110
core: Convert FP ports to ints [GH-2173]
2013-09-15 17:29:49 -07:00
Mitchell Hashimoto
5054ae95fd
core: log when OUT actions are called in middleware
2013-09-15 17:18:34 -07:00
Mitchell Hashimoto
07982efde2
UPdate CHANGELOG
2013-09-15 17:05:06 -07:00
Mitchell Hashimoto
196d3bbcab
core: improve bad boot state error [GH-2187]
2013-09-15 16:51:59 -07:00
Mitchell Hashimoto
efdb96251e
Update CHANGELOG
2013-09-15 16:50:12 -07:00
Mitchell Hashimoto
9cd8fa977c
website/docs: fix 404
2013-09-15 16:48:22 -07:00
Mitchell Hashimoto
b49e936b3b
Update CHANGELOG
2013-09-15 16:47:29 -07:00
Mitchell Hashimoto
cf5d1f40e0
Merge pull request #2191 from Raman148/fix/master/exportssecurity
...
hosts/bsd: use `sudo` not `su` for NFS export writing
2013-09-15 16:46:53 -07:00
Mitchell Hashimoto
58da9c2736
Merge pull request #2195 from tpltnt/locales-fix
...
core: clarification: don't -> shouldn't
2013-09-15 16:43:43 -07:00
Mitchell Hashimoto
a36f06f28f
Update CHANGELOG
2013-09-15 16:39:54 -07:00
Mitchell Hashimoto
288b6a06ae
Merge branch 'master' of https://github.com/mitchellh/vagrant
2013-09-15 16:37:42 -07:00
Mitchell Hashimoto
1900f5ecc2
Merge pull request #2200 from mikerowehl/virtualbox_destroy_unused_interfaces_fix
...
providers/virtualbox: call rest of destroy middleware stack
2013-09-15 16:37:36 -07:00
Mitchell Hashimoto
a9fd74ac2c
Update CHANGELOG
2013-09-15 16:36:18 -07:00
Mitchell Hashimoto
77bd296a07
Merge pull request #2203 from copperlight/ansible-host-key-checking
...
provisioners/ansible: add ansible.host_key_checking configuration parameter
2013-09-15 16:35:45 -07:00
Mitchell Hashimoto
4638a7a0df
Merge pull request #2205 from jcockhren/fix_2204
...
provisioners/salt: need_configure should return true when master_config is defined as well.
2013-09-14 10:39:52 -07:00
Fabio Rehm
87f8bd8c23
core: Report the proper invalid state when waiting for the guest machine to be ready
2013-09-14 14:35:50 -03:00
Jurnell Cockhren
624a9dd2fd
need_configure should return true when master_config is defined as well.
...
This fixes #2204 and fixes saltstack/salty-vagrant#100
2013-09-14 09:49:37 -05:00
Matthew Johnson
131ce4fc97
add ansible.host_key_checking configuration parameter
2013-09-13 22:48:12 -04:00
Mike Rowehl
251cafe5e4
Call the rest of the middleware stack all the time.
2013-09-13 09:34:40 -07:00
tpltnt
6360a8d96d
clarification: don't -> shouldn't
2013-09-12 15:37:14 +02:00
Fabio Rehm
7b440339f3
core: Allow strings to be used when checking for Guest capabilities
2013-09-11 19:56:14 -03:00
Fabio Rehm
38c6ab4f40
Update issue reference on CHANGELOG
2013-09-11 19:40:05 -03:00
Fabio Rehm
aacea570b6
Merge pull request #2189 from phinze/1736-fix-has-plugin-no-method-error
...
core: fix NoMethodError in Vagrant.has_plugin? [GH-1736]
2013-09-11 15:39:55 -07:00
Raman Nanda
1566280061
Cleanup for Pull Request
2013-09-11 17:57:54 -04:00
Raman Nanda
0c03ad18fc
Updating for NFS Fix
2013-09-11 17:22:13 -04:00
Paul Hinze
abe7830421
core: fix NoMethodError in Vagrant.has_plugin? [GH-1736]
2013-09-11 15:13:21 -05:00
Mitchell Hashimoto
fd68e362a0
Merge pull request #2176 from deltaroe/master
...
hosts/linux: put nfs opts setup in separate function
2013-09-10 09:30:40 -07:00
David
d3ab29e279
Put nfs opts setup in separate function and configured to be called by both generic linux and arch nfs_options. Fixes undefined method join exception in arch
2013-09-10 11:39:41 -04:00
Mitchell Hashimoto
15b38be1ef
Merge pull request #2167 from schlamar/patch-1
...
provisioners/chef: removed duplicate entry.
2013-09-09 10:27:20 -07:00
Marc Schlaich
42e41eecc9
Removed duplicate entry.
2013-09-09 11:17:04 +02:00
Mitchell Hashimoto
8a9ee5d8dc
hosts/arch: correct variable for NFS exports [GH-2161]
2013-09-07 17:49:52 -07:00
Mitchell Hashimoto
059f494a25
Update CHANGELOG
2013-09-07 17:48:50 -07:00
Mitchell Hashimoto
9e878b3bfb
Merge pull request #2153 from gildegoma/ansible-docs-cleanup-and-vv
...
provisioners/ansible: Update documentation, Code Cleanup (and Extend Log Verbosity option)
2013-09-07 17:46:28 -07:00
Mitchell Hashimoto
c29925a6a5
Merge pull request #2156 from gustavobgama/fix/master/linux_nfs_error
...
hosts/linux: fixed options to NFS: no_subtree and check became no_subtree_check
2013-09-07 17:44:25 -07:00
Mitchell Hashimoto
128d33e81d
Merge pull request #2158 from atomic-penguin/GH-1977
...
hosts/fedora: read as encoding
2013-09-07 17:44:01 -07:00
Eric G. Wolfe
1186c86718
[GH-1977] revert and alternate fix
...
@mitchellh, the internal encoding doesn't seem to work. Therefore,
I reverted that previous change to vagrant.rb.
However, I found two alternate solutions. Either transcoding,
`/etc/redhat-release` to ISO-8859-1 on open, or using something
like File.binread to transcode the file contents to raw.
2013-09-07 13:40:23 -04:00
Gustavo Gama
693b813d63
Fixed options to NFS: no_subtree and check became no_subtree_check
2013-09-07 12:09:09 -03:00
Gilles Cornu
eb5b6a8bf6
Ansible Docs: Add beginner warning
...
Apply the same warning as in Chef or Puppet pages
2013-09-07 15:58:11 +02:00
Gilles Cornu
ce4f2824f4
Ansible: Support three available verbosity levels
2013-09-07 15:17:43 +02:00
Gilles Cornu
8a925e3461
Ansible: code cleanup and documentation update
...
Clean Up (code logic is kept unmodified):
* Remove repetition around `ansible.limit` option (merge conflict issue)
* Re-add missing comments from GH-1697 (merge conflict issue)
* Reorder instructions
Documentation for following changes:
* [GH-1697] add more options
* [GH-1979] extra verbosity option
2013-09-07 14:49:12 +02:00
Mitchell Hashimoto
a477d950fe
Update version for dev
2013-09-06 16:28:49 -07:00
Mitchell Hashimoto
b12c7e8814
v1.3.1
2013-09-06 16:08:12 -07:00
Mitchell Hashimoto
517ac20822
guests/coreos: proper guest IP detection [GH-2146]
2013-09-06 11:30:53 -07:00
Mitchell Hashimoto
322fd085dd
Merge pull request #2147 from grepory/version_number_fix
...
core: remove 'v' prefix on version number in vagrant -v
2013-09-06 11:25:45 -07:00
Greg Poirier
f65f2d20d9
Remove 'v' prefix on version number in vagrant -v
2013-09-06 11:14:17 -07:00
Mitchell Hashimoto
b5fd021694
website/docs: page titles on everything, cover more info
2013-09-06 09:50:43 -07:00
Mitchell Hashimoto
31d964ec70
website/docs: page titles and better upgrade instructions
2013-09-06 09:08:09 -07:00
Mitchell Hashimoto
bad4c78766
hosts/linux: fix undefined variable in NFS export [GH-2137]
2013-09-06 08:54:02 -07:00
Mitchell Hashimoto
20fd998d6f
Merge pull request #2138 from BreiteSeite/master
...
commands/init: changed Vagrantfile template to use "site.pp"
2013-09-06 08:52:51 -07:00