From: Silvio Rhatto Date: Tue, 16 Feb 2010 13:37:47 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ae102e4b945bab34fdb7c15d54f51ba6cfe6238c;p=puppet-backup.git Minor fix --- 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'], }