summaryrefslogtreecommitdiff
path: root/controls/cf_execd.cf
blob: f75fe3c3df5c9099f9a7242584bbf9e65c3bc69d (plain)
1
2
3
4
5
6
7
8
9
10
body executor control
{
    any::
        splaytime  => "4"; # activity will be spread over this many time slices
        exec_command => "$(sys.cf_agent) -Dfrom_cfexecd,cf_execd_initiated -f \"$(sys.update_policy_path)\" ; $(sys.cf_agent) -Dfrom_cfexecd,cf_execd_initiated";
    !cfengine_internal_disable_agent_email::
        mailto     => "root@adyxax.org";
        mailfrom   => "root@adyxax.org";
        smtpserver => "10.1.0.254";
}