summaryrefslogtreecommitdiff
path: root/var/www/html/cfengine/failsafe.cf
blob: 52215b98a5b9e4651eb165409a1337f47528e094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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) };
}