]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Making periodic_check absent by default at duplicity actions
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Nov 2010 19:00:26 +0000 (17:00 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Nov 2010 19:00:26 +0000 (17:00 -0200)
manifests/init.pp

index 06b864200d1de9aa083bdd3b84fb351423fc7f1a..f7bdaef8f5982db023bc312945820cd550b48806 100644 (file)
@@ -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!") } }