]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Fixing manifests_path
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Apr 2014 22:19:03 +0000 (19:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Apr 2014 22:19:03 +0000 (19:19 -0300)
Vagrantfile

index 2ea663a675a226c2eaef17d829f86f284935cd8b..4ac22e0a4338c275d699edeb25155107e9555ca0 100644 (file)
@@ -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