From 145ca16bd009445144dd8dd6570ec3916a36d85b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Apr 2014 19:19:03 -0300 Subject: Fixing manifests_path --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 2ea663a..4ac22e0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ Vagrant::Config.run do |config| # Enable provisioning with Puppet stand alone. config.vm.provision :puppet do |puppet| puppet.manifest_file = "vagrant.pp" - puppet.manifests_path = "puppet/manifests" + puppet.manifests_path = "puppet/manifests/bootstrap" puppet.module_path = "puppet/modules" puppet.pp_path = "/etc/puppet" end -- cgit v1.2.3