diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-28 17:00:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-28 17:00:26 -0200 |
commit | d42ab100e9a5a115b569e1eacb680364657d6a6f (patch) | |
tree | 389e3906eba0f181ae432fcdac1c633b6abac762 /manifests | |
parent | da7b027fdef77a6d492dadf1c6b11704836b0cb6 (diff) | |
download | puppet-backup-d42ab100e9a5a115b569e1eacb680364657d6a6f.tar.gz puppet-backup-d42ab100e9a5a115b569e1eacb680364657d6a6f.tar.bz2 |
Making periodic_check absent by default at duplicity actions
Diffstat (limited to 'manifests')
-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!") } } |