aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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"],
}