From 90a4681292d2a7b02907f74baccfedd46d798ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChn?= Date: Fri, 6 Sep 2013 10:24:27 +0200 Subject: [PATCH] changed Vagrantfile template to use "site.pp" for puppet instead of "init.pp". --- 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 ca221e7ee..84dbed244 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -75,7 +75,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # config.vm.provision :puppet do |puppet| # puppet.manifests_path = "manifests" - # puppet.manifest_file = "init.pp" + # puppet.manifest_file = "site.pp" # end # Enable provisioning with chef solo, specifying a cookbooks path, roles