vagrant/plugins/provisioners
Gilles Cornu c49a146467 provisioners/ansible(both): alias String-to-Symbol
String and Symbol types are different when used as a Hash key. By
default the Vagrant machine names are set in Symbol format, but users
may write their `host_vars` entries with String keys. This is a very
simple way to ensure smooth experience, without having to coerce the
data types during the config validation (e.g. with a library like
Hashie, which is currently not in the Vagrant dependencies)

See also:
- https://bugs.ruby-lang.org/issues/5964#note-17
- https://github.com/intridea/hashie#keyconversion
2015-12-02 08:37:41 +01:00
..
ansible provisioners/ansible(both): alias String-to-Symbol 2015-12-02 08:37:41 +01:00
cfengine Use dnf on Fedora guests instead of yum if available. 2015-09-20 09:30:49 +02:00
chef Use the new presence helpers in the Chef provisioner 2015-11-23 18:33:47 -05:00
docker Do not fail if uninstalling lxc/docker-io fails 2015-11-19 18:37:57 -08:00
file provisioners/file: validate source relative to Vagrantfile path 2015-07-06 14:22:00 -06:00
puppet Merge pull request #6389 from grafjo/fix_6151 2015-11-18 14:59:58 -08:00
salt Fixing the Salt bootstrap script for Windows 2015-11-18 21:55:32 -06:00
shell Add :env option to shell provisioner 2015-11-23 19:29:35 -05:00