diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index 4c58ea323..205a88164 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -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