From b89eccd4ea099af3f7fdbb5cc0346603745db588 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Apr 2014 19:54:24 -0300 Subject: Fixing manifests_path (2) --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Vagrantfile') 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 -- cgit v1.2.3