diff options
Diffstat (limited to 'share/config/puppet')
-rw-r--r-- | share/config/puppet/nodo.example.org.yaml | 2 | ||||
-rw-r--r-- | share/config/puppet/secrets/nodo.example.org.yaml | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/share/config/puppet/nodo.example.org.yaml b/share/config/puppet/nodo.example.org.yaml new file mode 100644 index 0000000..65aee56 --- /dev/null +++ b/share/config/puppet/nodo.example.org.yaml @@ -0,0 +1,2 @@ +--- +nodo::role: 'virtual' 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' |