summaryrefslogtreecommitdiff
path: root/services/main.cf
blob: 2abefb9f51edea26fef8f580f606f25634f4bef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
###############################################################################
#
# bundle agent main
#  - User/Site policy entry
#
###############################################################################

bundle common classify
{
    vars:
        "bundles" slist => {
            "common",
            "debian",
            "ubuntu",
        };
        "inputs" slist => {
            "services/common.cf",
            "services/debian.cf",
            "services/ubuntu.cf",
        };
    classes:
        any::
            "containers" or => {
                regline(".*/lxc/.*", "/proc/1/cgroup"),
                regline(".*lxc", "/proc/1/environ"),
            };
            "console_julien" or => {
                "andromeda",
                "collab_jde",
                "hurricane",
                "legend",
            };
            "mail_servers" or => { "legend" };
}