aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-20 19:19:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-20 19:19:03 -0300
commit145ca16bd009445144dd8dd6570ec3916a36d85b (patch)
treed2865c8c641437c2055cbf7026b0a8f738a83077 /Vagrantfile
parent3d9c20f3757dfd9b2e5cd832b28891b6347aa770 (diff)
downloadpuppet-bootstrap-145ca16bd009445144dd8dd6570ec3916a36d85b.tar.gz
puppet-bootstrap-145ca16bd009445144dd8dd6570ec3916a36d85b.tar.bz2
Fixing manifests_path
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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