diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 10:00:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 10:00:01 -0300 |
commit | 77226079874216a22563cff089fcc4b2211bf30d (patch) | |
tree | 59c525125fb53ba97d7dab1bf731106f2371675c /share/puppet/secrets/nodo.example.org.yaml | |
parent | 62ebbcf86b038fd01891a154c203f58ad434d89e (diff) | |
download | hydra-77226079874216a22563cff089fcc4b2211bf30d.tar.gz hydra-77226079874216a22563cff089fcc4b2211bf30d.tar.bz2 |
Ansible support at init and newnode
Diffstat (limited to 'share/puppet/secrets/nodo.example.org.yaml')
-rw-r--r-- | share/puppet/secrets/nodo.example.org.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/puppet/secrets/nodo.example.org.yaml b/share/puppet/secrets/nodo.example.org.yaml new file mode 100644 index 0000000..b2242bd --- /dev/null +++ b/share/puppet/secrets/nodo.example.org.yaml @@ -0,0 +1,8 @@ +--- +# +# Backup +# +# Example config: +# +# nodo::subsystem::backup::encryptkey : "FIXME" +# nodo::subsystem::backup::password : 'FIXME using hiera-eyaml' |