diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-16 11:37:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-16 11:37:47 -0200 |
commit | ae102e4b945bab34fdb7c15d54f51ba6cfe6238c (patch) | |
tree | 176f3ca276d2fef7578c834d8fd209ba78efb5ff | |
parent | d051703625e11c1c7eb51476218ddbd84ad2b38d (diff) | |
download | puppet-backup-ae102e4b945bab34fdb7c15d54f51ba6cfe6238c.tar.gz puppet-backup-ae102e4b945bab34fdb7c15d54f51ba6cfe6238c.tar.bz2 |
Minor fix
-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 5989140..6163f56 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,7 @@ class backup { hour => "0", minute => "0", weekday => "0", - ensure => $periodic_check, + ensure => present, require => File['/usr/local/sbin/rdiff-check'], } |