diff -r c28be856aad5 -r c8b44a569549 dev/Vagrantfile --- a/dev/Vagrantfile Mon May 05 11:36:41 2014 +0200 +++ b/dev/Vagrantfile Thu May 08 11:40:58 2014 +0200 @@ -91,12 +91,12 @@ puppet.manifests_path = "manifests" puppet.manifest_file = "site.pp" puppet.module_path = "modules" - #puppet.options = "--hiera_config /vagrant/hiera.yaml --graph --graphdir '/vagrant/graphs' --noop" - puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml" + puppet.options = "--hiera_config /vagrant/hiera.yaml" puppet.facter = { "vagrant_base_path" => File.dirname(__FILE__) } - # puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml " + # puppet.options = "--debug --verbose --hiera_config /vagrant/hiera.yaml --graph --graphdir '/vagrant/graphs' --noop" + end # Enable provisioning with chef solo, specifying a cookbooks path, roles