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 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'], } |