vagrant/templates
James Turnbull 6548bc9324 Adds a basic Puppet provisioner to Vagrant
This uses the Puppet binary and assumes a .pp file will be present
on the host machine.

By default it looks for manifests in the `manifests` directory (in the same root as
wherever your Vagrantfile is located). The default file uses the name of the box
being configured, for example `lucid.pp`.  Both options are configurable.
2010-12-07 16:57:00 -08:00
..
commands/init Fixed a syntax error in the autogenerated Vagrantfile 2010-11-17 08:35:54 -08:00
config Configuration classes can now be validated. Nice error message shown in case of failure. 2010-09-05 11:02:48 -07:00
locales Adds a basic Puppet provisioner to Vagrant 2010-12-07 16:57:00 -08:00
nfs Fixed bug where multiple nfs shared folders not configured correctly 2010-11-15 10:49:35 -08:00
chef_server_client.erb Allow users specify "config.chef.node_name = nil" to get the FQDN 2010-11-15 10:36:24 -08:00
chef_solo_solo.erb Allow users specify "config.chef.node_name = nil" to get the FQDN 2010-11-15 10:36:24 -08:00
network_entry.erb Dynamically insert entry into /etc/network/interfaces file for Ubuntu 2010-06-03 11:09:31 -07:00
package_Vagrantfile.erb New `vagrant package` option `--vagrantfile` and changed semantics of `--include` (see CHANGELOG) 2010-09-12 23:20:13 -06:00
ssh_config.erb Added IdentitiesOnly flag to ssh-config as well 2010-08-02 19:53:49 -07:00