summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-04 15:39:54 +0000
committerLuke Kanies <luke@madstop.com>2005-08-04 15:39:54 +0000
commitbc3a433f0baf1ad7d5d7d7ee601a74e275e04fa8 (patch)
tree66cd48f03312c213e631f78eb3ffeedb62f7264f /lib/puppet/client.rb
parent7b14e393ef7322f2d6161cf10be6710b8a342019 (diff)
downloadpuppet-bc3a433f0baf1ad7d5d7d7ee601a74e275e04fa8.tar.gz
puppet-bc3a433f0baf1ad7d5d7d7ee601a74e275e04fa8.tar.xz
puppet-bc3a433f0baf1ad7d5d7d7ee601a74e275e04fa8.zip
committing recent changes for testing
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@493 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client.rb')
-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 b6361a33c..9a2b3367c 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -31,7 +31,7 @@ module Puppet
Puppet.err "Could not load client network libs: %s" % $noclientnetworking
else
class NetworkClient < XMLRPC::Client
- @@methods = [ :getconfig ]
+ @@methods = [ :getconfig, :getcert ]
@@methods.each { |method|
self.send(:define_method,method) { |*args|