From: Silvio Rhatto Date: Sun, 20 Apr 2014 22:54:24 +0000 (-0300) Subject: Fixing manifests_path (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b89eccd4ea099af3f7fdbb5cc0346603745db588;p=puppet-bootstrap.git Fixing manifests_path (2) --- diff --git a/Vagrantfile b/Vagrantfile index 4ac22e0..efaa952 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,8 +10,8 @@ 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/bootstrap" + puppet.manifest_file = "bootstrap/vagrant.pp" + puppet.manifests_path = "puppet/manifests" puppet.module_path = "puppet/modules" puppet.pp_path = "/etc/puppet" end