From c5e1a44a6d8c61cdd28276b46d53428b82d03c6b Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 22 Mar 2007 22:22:47 +0000 Subject: Fixing the "readcert" method after getting the signed cert; the method got refactored, and essentially renamed in the process git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2346 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/puppetd b/bin/puppetd index 8124a301d..4c9bfa697 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -346,7 +346,7 @@ unless client.read_cert end # Now read the new cert in. - unless client.readcert + unless client.read_cert Puppet.err "Could not read certificates after retrieving them" exit(34) end -- cgit