diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-19 10:55:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-19 10:55:43 -0300 |
commit | a7ca30e854f845f670c852a2edd5ef13656c774f (patch) | |
tree | 17036cff4f766f1cbe4b45ab80c492969bd78d5f /share/config/puppet/secrets | |
parent | 2bd9d5bbf6a41d4d47cd52d9ee9471a906b3849b (diff) | |
download | hydra-a7ca30e854f845f670c852a2edd5ef13656c774f.tar.gz hydra-a7ca30e854f845f670c852a2edd5ef13656c774f.tar.bz2 |
Removes bootless templates, adds node secret template
Diffstat (limited to 'share/config/puppet/secrets')
-rw-r--r-- | share/config/puppet/secrets/nodo.example.org.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/config/puppet/secrets/nodo.example.org.yaml b/share/config/puppet/secrets/nodo.example.org.yaml new file mode 100644 index 0000000..79b15c1 --- /dev/null +++ b/share/config/puppet/secrets/nodo.example.org.yaml @@ -0,0 +1,8 @@ +--- +nodo::role: 'virtual' + +# +# Backup +# +nodo::subsystem::backup::encryptkey: "FIXME" +nodo::subsystem::backup::password: 'FIXME using hiera-eyaml' |