From: Silvio Rhatto Date: Tue, 26 Feb 2013 15:03:53 +0000 (-0300) Subject: Do not backup the private key X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=72ef3f5a2906dd9a35802b669a54be83c7eb08fa;p=puppet-ssl.git Do not backup the private key --- diff --git a/manifests/init.pp b/manifests/init.pp index 857f213..2cb36e7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,6 +29,7 @@ class ssl { owner => $owner, group => $group, mode => $privmode, + backup => false, # Do not backup the private key source => "puppet:///modules/site_keys/ssl/$name.pem", require => File["${base}/private"], }