From: Pietro Date: Tue, 8 Jul 2008 18:49:42 +0000 (+0000) Subject: changing order so it doesnt use the same one as the sys handler. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=46aae53ee252636124abe82fa2293e124afb7eed;p=puppet-backupninja.git changing order so it doesnt use the same one as the sys handler. --- 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 ) {