diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-09-21 16:46:11 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-09-25 10:24:04 +1000 |
| commit | 774c0f9ca8bd2e9fd0ce5fcc6a474fd0ab0aff0b (patch) | |
| tree | 86d6edb9fa141a6529138f963daf80ce20b5f4a7 | |
| parent | 98e79f8b7dbbdcb29c91b6099569e180bd8267c7 (diff) | |
| download | puppet-774c0f9ca8bd2e9fd0ce5fcc6a474fd0ab0aff0b.tar.gz puppet-774c0f9ca8bd2e9fd0ce5fcc6a474fd0ab0aff0b.tar.xz puppet-774c0f9ca8bd2e9fd0ce5fcc6a474fd0ab0aff0b.zip | |
Fixed #1588 - Fixed puppetca --clean --all
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rwxr-xr-x | bin/puppetca | 1 |
2 files changed, 5 insertions, 2 deletions
@@ -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) |
