projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
090f1c7
)
no, we don't want to purge the certs directory
author
Stephen Gran
<steve@lobefin.net>
Sat, 19 Jun 2010 22:19:31 +0000
(22:19 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 19 Jun 2010 22:19:31 +0000
(22:19 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ssl/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ssl/manifests/init.pp
b/modules/ssl/manifests/init.pp
index
7771803
..
81bdb89
100644
(file)
--- a/
modules/ssl/manifests/init.pp
+++ b/
modules/ssl/manifests/init.pp
@@
-13,9
+13,6
@@
class ssl {
"/etc/ssl/debian/certs":
ensure => directory,
mode => 755,
- purge => true,
- force => true,
- recurse => true,
source => "puppet:///files/empty/"
;
"/etc/ssl/debian/crls":