diff options
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 88fa499..84620c0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -111,7 +111,7 @@ class backup { weekday => $backup_audit_rsync ? { true => '*', default => "0", - } + }, ensure => present, require => File['/usr/local/sbin/rsync-check'], } |