diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-26 12:03:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-26 12:03:53 -0300 |
commit | 72ef3f5a2906dd9a35802b669a54be83c7eb08fa (patch) | |
tree | c80bfb1d93c2cb72ca0cff1885c480d6fa70e80c /manifests | |
parent | 015106dd317ddc5f534fcae2845ab98aec6c1b97 (diff) | |
download | puppet-ssl-72ef3f5a2906dd9a35802b669a54be83c7eb08fa.tar.gz puppet-ssl-72ef3f5a2906dd9a35802b669a54be83c7eb08fa.tar.bz2 |
Do not backup the private key
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
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"], } |