summaryrefslogtreecommitdiff
path: root/unsorted/centosauto/var/www/html/cfengine/failsafe.cf
diff options
context:
space:
mode:
Diffstat (limited to 'unsorted/centosauto/var/www/html/cfengine/failsafe.cf')
-rw-r--r--unsorted/centosauto/var/www/html/cfengine/failsafe.cf22
1 files changed, 22 insertions, 0 deletions
diff --git a/unsorted/centosauto/var/www/html/cfengine/failsafe.cf b/unsorted/centosauto/var/www/html/cfengine/failsafe.cf
new file mode 100644
index 0000000..52215b9
--- /dev/null
+++ b/unsorted/centosauto/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) };
+}
+