]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
change the default order for the maildir handler to be 99, because
authorMicah Anderson <micah@riseup.net>
Mon, 6 Oct 2008 16:42:04 +0000 (12:42 -0400)
committerMicah Anderson <micah@riseup.net>
Mon, 6 Oct 2008 16:42:04 +0000 (12:42 -0400)
this handler runs continuously its better if all the other handlers
have run before this one is started (such as the rdiff-backup one)

manifests/maildir.pp

index 96a794ff495647dd5557f862e191af3c373e2a4e..8444a9e5c0ba31f345158ad668c7b7ff91c5d31c 100644 (file)
@@ -17,7 +17,7 @@
 #
 # 
 define backupninja::maildir(
-  $order = 40, $ensure = present, $when = 'everyday at 21:00', $srcdir = false,
+  $order = 99, $ensure = present, $when = 'everyday at 21:00', $srcdir = false,
   $destdir = false, $desthost = false, $destuser = false, $destid_file = false,
   $remove = false, $multiconnection = yes, $keepdaily='4', $keepweekly='2',
   $keepmonthly='2')