diff options
author | Pietro <pietro@riseup.net> | 2008-07-08 18:49:42 +0000 |
---|---|---|
committer | Pietro <pietro@riseup.net> | 2008-07-08 18:49:42 +0000 |
commit | 46aae53ee252636124abe82fa2293e124afb7eed (patch) | |
tree | 5e03ba28137c910831d7f8b411115ddf79223e6f /manifests | |
parent | 6b09aba10d292c47423cbab283f89f2490b2a3f8 (diff) | |
download | puppet-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')
-rw-r--r-- | manifests/sh.pp | 2 |
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 ) { |