summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-22 22:24:02 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-22 22:24:02 +0000
commit8fe558cca075ab85619a73f4a80408de58810ef7 (patch)
treeca33c7b76fe502cde31d0734e078f54b2a537968 /lib/puppet/client.rb
parent5ab12f97eae989c03b0444cf51ad423fdc6e01f7 (diff)
downloadpuppet-8fe558cca075ab85619a73f4a80408de58810ef7.tar.gz
puppet-8fe558cca075ab85619a73f4a80408de58810ef7.tar.xz
puppet-8fe558cca075ab85619a73f4a80408de58810ef7.zip
general cleanup, as i move towards running it locally
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@723 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client.rb')
-rw-r--r--lib/puppet/client.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb
index ac2ec420c..b47d235a8 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -86,7 +86,7 @@ module Puppet
end
def cert=(cert)
- Puppet.debug "Adding certificate"
+ #Puppet.debug "Adding certificate"
@http.cert = cert
@http.verify_mode = OpenSSL::SSL::VERIFY_PEER
end
@@ -99,6 +99,7 @@ module Puppet
hash[:Path] ||= "/RPC2"
hash[:Server] ||= "localhost"
hash[:Port] ||= Puppet[:masterport]
+ Puppet.debug "Creating client for %s" % hash[:Server]
@puppetserver = hash[:Server]