[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:20:59 UTC 2009


The following commit has been merged in the master branch:
commit 774c0f9ca8bd2e9fd0ce5fcc6a474fd0ab0aff0b
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sun Sep 21 16:46:11 2008 +1000

    Fixed #1588 - Fixed puppetca --clean --all

diff --git a/CHANGELOG b/CHANGELOG
index 01ee181..d91df20 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 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)

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list