From 9fc64aa025c0907e508074f14a8af2d0d2517158 Mon Sep 17 00:00:00 2001 From: Dennis Hoppe Date: Fri, 27 Jun 2014 11:22:38 +0200 Subject: [PATCH] Fix value for manifest_file This value should match the default, mentioned at the Vagrant Documentation. Otherwise, new users could be confused. --- 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 ca55d38f2..7c8d05709 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -85,7 +85,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # config.vm.provision "puppet" do |puppet| # puppet.manifests_path = "manifests" - # puppet.manifest_file = "site.pp" + # puppet.manifest_file = "default.pp" # end # Enable provisioning with chef solo, specifying a cookbooks path, roles