From 774c0f9ca8bd2e9fd0ce5fcc6a474fd0ab0aff0b Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sun, 21 Sep 2008 16:46:11 +1000 Subject: Fixed #1588 - Fixed puppetca --clean --all --- CHANGELOG | 6 ++++-- bin/puppetca | 1 + 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) -- cgit