diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-24 12:06:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-24 12:06:54 -0300 |
commit | 851abf3d77640fb1ba279e60dec3101efaa97ef4 (patch) | |
tree | a4996fb1515314210a0d06ea8aaca721de88b154 | |
parent | 928249ccad3d883d1a36ba262857ccc5047630e1 (diff) | |
download | hydra-851abf3d77640fb1ba279e60dec3101efaa97ef4.tar.gz hydra-851abf3d77640fb1ba279e60dec3101efaa97ef4.tar.bz2 |
Updates secret config template
-rw-r--r-- | share/config/puppet/secrets/nodo.example.org.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/config/puppet/secrets/nodo.example.org.yaml b/share/config/puppet/secrets/nodo.example.org.yaml index 79b15c1..68b11e1 100644 --- a/share/config/puppet/secrets/nodo.example.org.yaml +++ b/share/config/puppet/secrets/nodo.example.org.yaml @@ -1,8 +1,6 @@ --- -nodo::role: 'virtual' - # # Backup # -nodo::subsystem::backup::encryptkey: "FIXME" -nodo::subsystem::backup::password: 'FIXME using hiera-eyaml' +nodo::subsystem::backup::encryptkey : "FIXME" +nodo::subsystem::backup::password : 'FIXME using hiera-eyaml' |