diff options
Diffstat (limited to 'share/config')
-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' |