]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Feb 2010 13:37:47 +0000 (11:37 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Feb 2010 13:37:47 +0000 (11:37 -0200)
manifests/init.pp

index 59891407372c802c021482e6a4bc3e554f86c58b..6163f5618a0ce911f0663c02002d5d090b934f94 100644 (file)
@@ -74,7 +74,7 @@ class backup {
     hour     => "0",
     minute   => "0",
     weekday  => "0",
-    ensure   => $periodic_check,
+    ensure   => present,
     require  => File['/usr/local/sbin/rdiff-check'],
   }