diff -r 5ab0dc95fddf -r 4d1aa030e746 dev/Vagrantfile --- 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__) }