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

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