diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-04 17:45:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-04 17:45:40 -0200 |
commit | 8f7043a8948b3236d3c2582c865b27af4613c632 (patch) | |
tree | ee0016cd764492344be3a2075acb3bc2fcef9ab1 | |
parent | ea035ff9c0494e4e2eae350e9608afca68482a99 (diff) | |
download | puppet-bootstrap-8f7043a8948b3236d3c2582c865b27af4613c632.tar.gz puppet-bootstrap-8f7043a8948b3236d3c2582c865b27af4613c632.tar.bz2 |
Disable backup on puppet-bootstrap.example.org
-rw-r--r-- | hiera/node/puppet-bootstrap.example.org.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hiera/node/puppet-bootstrap.example.org.yaml b/hiera/node/puppet-bootstrap.example.org.yaml index deec4fa..c108e7d 100644 --- a/hiera/node/puppet-bootstrap.example.org.yaml +++ b/hiera/node/puppet-bootstrap.example.org.yaml @@ -5,3 +5,10 @@ # The following password is public information and therefore # shall not be user on production. mysql::server::rootpw: '9pRfteNbSFFyrHhackme' + +# +# Backup +# +nodo::subsystem::backup::localhost: false +nodo::subsystem::backup::encryptkey: 'none' +nodo::subsystem::backup::password: 'hacked' |