aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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