diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-24 22:32:26 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-24 22:32:26 +0000 |
| commit | abcac81e8ab44a4befccf73799273cba14db2c27 (patch) | |
| tree | a21568c43453a200072b59041c54c07d6d2ab729 /lib/puppet/client.rb | |
| parent | 8211df036e1d2d24e1084616fc3fc4891b06cfdd (diff) | |
| download | puppet-abcac81e8ab44a4befccf73799273cba14db2c27.tar.gz puppet-abcac81e8ab44a4befccf73799273cba14db2c27.tar.xz puppet-abcac81e8ab44a4befccf73799273cba14db2c27.zip | |
Rearranging the packaging support a bit -- it is now more clear and significantly easier to understand, maintain, and enhance.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@704 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client.rb')
| -rw-r--r-- | lib/puppet/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb index 9bc46717b..53a61920f 100644 --- a/lib/puppet/client.rb +++ b/lib/puppet/client.rb @@ -41,7 +41,7 @@ module Puppet method = ary[0] Puppet.info "Defining %s.%s" % [namespace, method] self.send(:define_method,method) { |*args| - Puppet.info "Calling %s" % method + #Puppet.info "Calling %s" % method #Puppet.info "peer cert is %s" % @http.peer_cert #Puppet.info "cert is %s" % @http.cert begin |
