From: Stephen Gran Date: Sat, 19 Jun 2010 22:19:31 +0000 (+0000) Subject: no, we don't want to purge the certs directory X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=49b98b2b9c33718cf1a3bbc3c2e7ae52c4d92fd3;p=dsa-puppet.git no, we don't want to purge the certs directory Signed-off-by: Stephen Gran --- diff --git a/modules/ssl/manifests/init.pp b/modules/ssl/manifests/init.pp index 77718032..81bdb893 100644 --- 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":