diff --git a/Vagrantfile b/Vagrantfile index daa103a..12db422 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,6 +3,6 @@ Vagrant::Config.run do |config| config.vm.network "33.33.34.10" config.vm.provision :puppet do |puppet| puppet.manifest_file = "init.pp" - puppet.options = "--verbose --debug" + #puppet.options = "--verbose --debug" end end