Change default puppet manifest to be init.pp in template
This commit is contained in:
parent
142cc4bef7
commit
47dfd81fd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue