summaryrefslogtreecommitdiff
path: root/services/common.cf
blob: 8ca7a3dc591b3a25c3b3e85eed5b40b06b107fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
bundle agent common
{
    files:
        any::
            "/etc/hosts"
                edit_defaults => std_defs,
                perms => system_owned("444"),
                edit_template => "$(sys.inputdir)/templates/common/hosts",
                classes => if_repaired("hosts_repaired");
    reports:
        any::
            "$(this.bundle): /etc/hosts repaired" ifvarclass => "hosts_repaired";
}