diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-22 22:22:47 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-22 22:22:47 +0000 |
commit | c5e1a44a6d8c61cdd28276b46d53428b82d03c6b (patch) | |
tree | b196aff9cac256411e82deb5b947d375f4216716 | |
parent | 60d36e277e00fc3fea3146b20dc6af73058fabba (diff) | |
download | puppet-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-x | bin/puppetd | 2 |
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 |