aboutsummaryrefslogtreecommitdiff
path: root/manifests/sh.pp
diff options
context:
space:
mode:
authorPietro <pietro@riseup.net>2008-07-08 18:49:42 +0000
committerPietro <pietro@riseup.net>2008-07-08 18:49:42 +0000
commit46aae53ee252636124abe82fa2293e124afb7eed (patch)
tree5e03ba28137c910831d7f8b411115ddf79223e6f /manifests/sh.pp
parent6b09aba10d292c47423cbab283f89f2490b2a3f8 (diff)
downloadpuppet-backupninja-46aae53ee252636124abe82fa2293e124afb7eed.tar.gz
puppet-backupninja-46aae53ee252636124abe82fa2293e124afb7eed.tar.bz2
changing order so it doesnt use the same one as the sys handler.
Diffstat (limited to 'manifests/sh.pp')
-rw-r--r--manifests/sh.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sh.pp b/manifests/sh.pp
index 77d7fb8..a49a3d1 100644
--- a/manifests/sh.pp
+++ b/manifests/sh.pp
@@ -10,7 +10,7 @@
# that we can find the correct file to remove).
#
#
-define backupninja::sh($order = 30,
+define backupninja::sh($order = 50,
$ensure = present,
$command_string
) {