diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-20 19:19:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-20 19:19:03 -0300 |
commit | 145ca16bd009445144dd8dd6570ec3916a36d85b (patch) | |
tree | d2865c8c641437c2055cbf7026b0a8f738a83077 /Vagrantfile | |
parent | 3d9c20f3757dfd9b2e5cd832b28891b6347aa770 (diff) | |
download | puppet-bootstrap-145ca16bd009445144dd8dd6570ec3916a36d85b.tar.gz puppet-bootstrap-145ca16bd009445144dd8dd6570ec3916a36d85b.tar.bz2 |
Fixing manifests_path
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
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 |