From 80802d32ed73c1cd8058f0d2b0df0277a1f38b31 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Mon, 6 Oct 2008 12:42:04 -0400
Subject: 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)

---
 manifests/maildir.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'manifests')

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')
-- 
cgit v1.2.3