aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-16 11:37:47 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-16 11:37:47 -0200
commitae102e4b945bab34fdb7c15d54f51ba6cfe6238c (patch)
tree176f3ca276d2fef7578c834d8fd209ba78efb5ff /manifests
parentd051703625e11c1c7eb51476218ddbd84ad2b38d (diff)
downloadpuppet-backup-ae102e4b945bab34fdb7c15d54f51ba6cfe6238c.tar.gz
puppet-backup-ae102e4b945bab34fdb7c15d54f51ba6cfe6238c.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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'],
}