Skip to content

Commit

Permalink
comment out debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Sep 22, 2011
1 parent bc7d45a commit d50a2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -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

0 comments on commit d50a2da

Please sign in to comment.