diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-18 12:43:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-18 12:43:59 -0300 |
commit | 1434057eece93775075c7329d82e649770173d12 (patch) | |
tree | 9fa7e840422c9fb24ccac91bef4748650f1a58df /config | |
parent | 36de179b1a8c5cb527ef62d512b7046a824ebf8d (diff) | |
download | puppet-bootstrap-1434057eece93775075c7329d82e649770173d12.tar.gz puppet-bootstrap-1434057eece93775075c7329d82e649770173d12.tar.bz2 |
Set default backupninja::keystore
Diffstat (limited to 'config')
-rw-r--r-- | config/common.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/common.yaml b/config/common.yaml index 225ab97..29fb400 100644 --- a/config/common.yaml +++ b/config/common.yaml @@ -58,3 +58,8 @@ sshd::hardened : 'yes' sshd::print_motd : 'no' sshd::ports : [ 22 ] sshd::use_pam : 'no' + +# +# Backup +# +backupninja::keystore: '' |