vagrant/plugins/provisioners/chef
Seth Vargo 9559fc549c Automatically generate a node_name for Chef
This is required because the Chef Server almost always needs a node name to
interact. This will default to the hostname, but that's always going to be
`vagrant.vm`, which will collide easily.

This generates a random hostname with `vagrant-` as the prefix and stores the
result in the machine's data directory.
2015-11-19 11:38:33 -08:00
..
cap Merge pull request #6307 from tbriggs-curse/fix/master/6306_chef_windows_capability 2015-11-18 13:48:48 -08:00
config Perform Chef delete operations on the guest instead of the host 2015-11-18 18:28:42 -08:00
provisioner Automatically generate a node_name for Chef 2015-11-19 11:38:33 -08:00
command_builder.rb Use Chef Client for Chef Zero 2015-07-09 21:23:42 -06:00
installer.rb pass the `download_path` parameter to the `:chef_install` capability so it is available when `Omnibus.build_command(..)` is invoked 2014-12-16 23:40:22 +01:00
omnibus.rb extend the omnibus command builder with an additional download_path parameter 2014-12-16 23:29:47 +01:00
plugin.rb Use powershell syntax for Chef provisioner when using windows 2015-05-02 16:21:32 +01:00