summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rwxr-xr-xbin/puppetca1
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 01ee1815a..d91df2084 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,14 @@
0.24.x
Fixed #1045 - Multiple metaparams all get added to resources.
- Fixed #1472 -- defined, exported resources in the current compile now get expanded
- correctly.
+ Fixed #1472 -- defined, exported resources in the current compile
+ now get expanded correctly.
Fixed #1595 - Internally, Property#retrieve is no longer called
when no 'should' value is available for a resource.
+ 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 9d88a564e..84c15992d 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)