From 03d488169df6d99f090ad89550e6b5a0fcff791e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 21:15:13 -0200 Subject: Managing local encrypted backup (2) --- manifests/nodo.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 -- cgit v1.2.3