From a739e818320423fb997eabeb0cbf921f691e4ba6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Sep 2012 11:09:31 +0200 Subject: reset repo --- var/www/html/cfengine/failsafe.cf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 var/www/html/cfengine/failsafe.cf (limited to 'var/www/html/cfengine/failsafe.cf') diff --git a/var/www/html/cfengine/failsafe.cf b/var/www/html/cfengine/failsafe.cf new file mode 100644 index 0000000..52215b9 --- /dev/null +++ b/var/www/html/cfengine/failsafe.cf @@ -0,0 +1,22 @@ +# failsafe file, do not change! + +body common control +{ + bundlesequence => { "update" }; + + inputs => { "update.cf" }; +} + +############################################ + +body depth_search recurse(d) +{ + depth => "$(d)"; +} + +body depth_search recurse_ignore(d,list) +{ + depth => "$(d)"; + exclude_dirs => { @(list) }; +} + -- cgit v1.2.3-54-g00ecf