summaryrefslogtreecommitdiff
path: root/manifests/maildir.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-10-06 12:42:04 -0400
committerMicah Anderson <micah@riseup.net>2008-10-06 12:42:04 -0400
commit80802d32ed73c1cd8058f0d2b0df0277a1f38b31 (patch)
treea770fe1976ef2b6c872ae04b05b169b5887bdd29 /manifests/maildir.pp
parentfa9a4af1cbd5ef4bf85fefff53faa868423a2dda (diff)
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)
Diffstat (limited to 'manifests/maildir.pp')
-rw-r--r--manifests/maildir.pp2
1 files changed, 1 insertions, 1 deletions
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')