From: Silvio Rhatto Date: Sun, 28 Nov 2010 19:00:26 +0000 (-0200) Subject: Making periodic_check absent by default at duplicity actions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d42ab100e9a5a115b569e1eacb680364657d6a6f;p=puppet-backup.git Making periodic_check absent by default at duplicity actions --- diff --git a/manifests/init.pp b/manifests/init.pp index 06b8642..f7bdaef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -196,7 +196,7 @@ class backup { $ensure = present, $full_if_older_than = "1M", $remove_older_than = "45D", - $periodic_check = present, + $periodic_check = absent, $directory = "${backupdir}/duplicity") { case $encryptkey { false: { err("need to define a key!") } }