diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 15:06:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 15:06:44 -0300 |
commit | 906b6cabbcd5d507ac96cc79e62d394d5e5011e1 (patch) | |
tree | 3dd3d1209d5920ee7211c6bbf1e63dac709119ad /share/config/puppet/secrets/nodo.example.org.yaml | |
parent | 798fd12e1bea97defb1a742957f6ca34815169b3 (diff) | |
download | hydra-906b6cabbcd5d507ac96cc79e62d394d5e5011e1.tar.gz hydra-906b6cabbcd5d507ac96cc79e62d394d5e5011e1.tar.bz2 |
Automatically generate keys and add into hiera secret config at newnode
Diffstat (limited to 'share/config/puppet/secrets/nodo.example.org.yaml')
-rw-r--r-- | share/config/puppet/secrets/nodo.example.org.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/config/puppet/secrets/nodo.example.org.yaml b/share/config/puppet/secrets/nodo.example.org.yaml index 68b11e1..b2242bd 100644 --- a/share/config/puppet/secrets/nodo.example.org.yaml +++ b/share/config/puppet/secrets/nodo.example.org.yaml @@ -2,5 +2,7 @@ # # Backup # -nodo::subsystem::backup::encryptkey : "FIXME" -nodo::subsystem::backup::password : 'FIXME using hiera-eyaml' +# Example config: +# +# nodo::subsystem::backup::encryptkey : "FIXME" +# nodo::subsystem::backup::password : 'FIXME using hiera-eyaml' |