Change default puppet manifest to be init.pp in template

This commit is contained in:
Mitchell Hashimoto 2013-04-07 15:07:50 -07:00
parent 142cc4bef7
commit 47dfd81fd1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Vagrant.configure("2") do |config|
#
# config.vm.provision :puppet do |puppet|
# puppet.manifests_path = "manifests"
# puppet.manifest_file = "<%= box_name %>.pp"
# puppet.manifest_file = "init.pp"
# end
# Enable provisioning with chef solo, specifying a cookbooks path, roles