1 #####################################
3 # cf-execd.cf - Cfengine 3 Executor #
5 #####################################
7 body executor control {
9 mailto => "james@jamestechnotes.com";
10 mailfrom => "cfengine@lan0";
11 smtpserver => "mail.lan0";
12 executorfacility => "LOG_DAEMON";
15 # Make sure that the server is running
16 bundle agent executor {
20 "init_d" string => "/etc/init.d";
27 comment => "Make sure cf-execd runs on all hosts",
28 restart_class => "start_cfexecd";
34 "$(init_d)/cfengine3 start";