aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-28 17:00:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-28 17:00:26 -0200
commitd42ab100e9a5a115b569e1eacb680364657d6a6f (patch)
tree389e3906eba0f181ae432fcdac1c633b6abac762 /manifests/init.pp
parentda7b027fdef77a6d492dadf1c6b11704836b0cb6 (diff)
downloadpuppet-backup-d42ab100e9a5a115b569e1eacb680364657d6a6f.tar.gz
puppet-backup-d42ab100e9a5a115b569e1eacb680364657d6a6f.tar.bz2
Making periodic_check absent by default at duplicity actions
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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!") } }