changed Vagrantfile template to use "site.pp" for puppet instead of "init.pp".
This commit is contained in:
parent
90289544d4
commit
90a4681292
|
@ -75,7 +75,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
#
|
#
|
||||||
# config.vm.provision :puppet do |puppet|
|
# config.vm.provision :puppet do |puppet|
|
||||||
# puppet.manifests_path = "manifests"
|
# puppet.manifests_path = "manifests"
|
||||||
# puppet.manifest_file = "init.pp"
|
# puppet.manifest_file = "site.pp"
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# Enable provisioning with chef solo, specifying a cookbooks path, roles
|
# Enable provisioning with chef solo, specifying a cookbooks path, roles
|
||||||
|
|
Loading…
Reference in New Issue