dev/Vagrantfile
changeset 645 4d1aa030e746
parent 611 fa66f4bb1563
child 648 c8b44a569549
--- a/dev/Vagrantfile	Wed Apr 30 16:19:21 2014 +0200
+++ b/dev/Vagrantfile	Mon May 05 11:17:48 2014 +0200
@@ -91,7 +91,8 @@
     puppet.manifests_path = "manifests"
     puppet.manifest_file  = "site.pp"
     puppet.module_path    = "modules"
-    puppet.options        = "--hiera_config /vagrant/hiera.yaml "
+    #puppet.options        = "--hiera_config /vagrant/hiera.yaml --graph --graphdir '/vagrant/graphs' --noop"
+    puppet.options        = "--debug --verbose --hiera_config /vagrant/hiera.yaml"
     puppet.facter = {
       "vagrant_base_path" => File.dirname(__FILE__)
     }