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