diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodo.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 64f2592..ed8668a 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -31,14 +31,14 @@ class nodo { password => hiera('nodo::backup::password'), } } - absent { + absent: { backup::duplicity { "localhost": encryptkey => hiera('nodo::backup::encryptkey'), password => hiera('nodo::backup::password'), ensure => absent, } } - default { } + default: { } } # Does not work well inside vservers |