From: Silvio Rhatto Date: Thu, 24 Jan 2013 23:15:13 +0000 (-0200) Subject: Managing local encrypted backup (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=03d488169df6d99f090ad89550e6b5a0fcff791e;p=puppet-nodo.git Managing local encrypted backup (2) --- 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