diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 21:15:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 21:15:13 -0200 |
commit | 03d488169df6d99f090ad89550e6b5a0fcff791e (patch) | |
tree | c7b111389d7299a83037786b2f4913fbf3d9aa59 /manifests/nodo.pp | |
parent | bbd22aadc2cd8622245f10a395aa2f0fe12a21b1 (diff) | |
download | puppet-nodo-03d488169df6d99f090ad89550e6b5a0fcff791e.tar.gz puppet-nodo-03d488169df6d99f090ad89550e6b5a0fcff791e.tar.bz2 |
Managing local encrypted backup (2)
Diffstat (limited to 'manifests/nodo.pp')
-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 |