diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-15 17:11:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-15 17:11:03 -0300 |
commit | a13821fcb1705b5f29a801da43d7df28c6777904 (patch) | |
tree | 653c11375fd7fec78ba394d623f5b8fa6ea2d379 | |
parent | f5dfe3522b88e8d0d4f117ab7284c5646f74bd7d (diff) | |
download | puppet-backup-a13821fcb1705b5f29a801da43d7df28c6777904.tar.gz puppet-backup-a13821fcb1705b5f29a801da43d7df28c6777904.tar.bz2 |
Typo
-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'], } |