summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-22 22:22:47 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-22 22:22:47 +0000
commitc5e1a44a6d8c61cdd28276b46d53428b82d03c6b (patch)
treeb196aff9cac256411e82deb5b947d375f4216716
parent60d36e277e00fc3fea3146b20dc6af73058fabba (diff)
downloadpuppet-c5e1a44a6d8c61cdd28276b46d53428b82d03c6b.tar.gz
puppet-c5e1a44a6d8c61cdd28276b46d53428b82d03c6b.tar.xz
puppet-c5e1a44a6d8c61cdd28276b46d53428b82d03c6b.zip
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
-rwxr-xr-xbin/puppetd2
1 files changed, 1 insertions, 1 deletions
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