On Sep 20, 2008, at 12:09 PM, James Turnbull wrote: > --- a/bin/puppetca > +++ b/bin/puppetca > @@ -231,6 +231,7 @@ when :clean > end > certs.each do |c| > ca.clean(c) > + ca.removeclientcsr(c) > end > cleaned = true
'removeclientcsr' fails if there's no CSR, so you should specifically check for whether one exists before willy-nilly trying to remove it. -- Every generation laughs at the old fashions, but follows religiously the new. -- Henry David Thoreau --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
