summaryrefslogtreecommitdiff
path: root/var/www/html/cfengine/failsafe.cf
diff options
context:
space:
mode:
Diffstat (limited to 'var/www/html/cfengine/failsafe.cf')
-rw-r--r--var/www/html/cfengine/failsafe.cf22
1 files changed, 22 insertions, 0 deletions
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) };
+}
+