From: Silvio Rhatto Date: Sun, 20 Apr 2014 22:19:03 +0000 (-0300) Subject: Fixing manifests_path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=145ca16bd009445144dd8dd6570ec3916a36d85b;p=puppet-bootstrap.git Fixing manifests_path --- 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