From: Micah Anderson Date: Mon, 6 Oct 2008 16:42:04 +0000 (-0400) Subject: change the default order for the maildir handler to be 99, because X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80802d32ed73c1cd8058f0d2b0df0277a1f38b31;p=puppet-backupninja.git change the default order for the maildir handler to be 99, because this handler runs continuously its better if all the other handlers have run before this one is started (such as the rdiff-backup one) --- diff --git a/manifests/maildir.pp b/manifests/maildir.pp index 96a794f..8444a9e 100644 --- a/manifests/maildir.pp +++ b/manifests/maildir.pp @@ -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')