summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-07-10 01:39:26 +0000
committerLuke Kanies <luke@madstop.com>2005-07-10 01:39:26 +0000
commitd36b4c0c5f4ed64740d9486e6462b1c3bd9b7c7a (patch)
tree0550a45667633a349c317745d2f7a1fd4fd11099 /lib
parent420062d158bfd3d196fa33138f245409675c5963 (diff)
disabling debug by default
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@340 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb
index 15d1edf83..1768ca466 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -43,7 +43,7 @@ module Puppet
hash[:BindAddress] ||= "0.0.0.0"
hash[:Port] ||= 17444
- hash[:Debug] ||= true
+ #hash[:Debug] ||= true
hash[:AccessLog] ||= []
super(hash)