aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-20 19:54:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-20 19:54:24 -0300
commitb89eccd4ea099af3f7fdbb5cc0346603745db588 (patch)
treeb5cd4e9799750a8bf9024e8848add2dd0284fe54 /Vagrantfile
parent145ca16bd009445144dd8dd6570ec3916a36d85b (diff)
downloadpuppet-bootstrap-b89eccd4ea099af3f7fdbb5cc0346603745db588.tar.gz
puppet-bootstrap-b89eccd4ea099af3f7fdbb5cc0346603745db588.tar.bz2
Fixing manifests_path (2)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
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