diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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!") } } |