aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-26 12:03:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-02-26 12:03:53 -0300
commit72ef3f5a2906dd9a35802b669a54be83c7eb08fa (patch)
treec80bfb1d93c2cb72ca0cff1885c480d6fa70e80c
parent015106dd317ddc5f534fcae2845ab98aec6c1b97 (diff)
downloadpuppet-ssl-72ef3f5a2906dd9a35802b669a54be83c7eb08fa.tar.gz
puppet-ssl-72ef3f5a2906dd9a35802b669a54be83c7eb08fa.tar.bz2
Do not backup the private key
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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"],
}