Signed-off-by: James Turnbull <[EMAIL PROTECTED]>
---
CHANGELOG | 2 ++
bin/puppetca | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index cbbc257..a637050 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.x
+ Fixed #1588 - Fixed puppetca --clean --all
+
Fixed #1584 - Added support for appended variables
Fixed #1554 - Added support for multiple template directories
diff --git a/bin/puppetca b/bin/puppetca
index 9d88a56..84c1599 100755
--- a/bin/puppetca
+++ b/bin/puppetca
@@ -225,6 +225,7 @@ when :clean
if all
certs = ca.list
+ certs |= ca.list_signed
if certs.empty?
$stderr.puts "No certificates to clean"
exit(24)
--
1.5.5.1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---