From 47dfd81fd14ce605f693c4be2bce89197aad5562 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Apr 2013 15:07:50 -0700 Subject: [PATCH] Change default puppet manifest to be init.pp in template --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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