1 #####################################
3 # cf-serverd.cf - Cfengine 3 Server #
5 #####################################
8 allowconnects => { "10.0.0.0/24" };
9 maxconnections => "100";
10 logallconnections => "true";
11 cfruncommand => "$(sys.workdir)/bin/cf-agent";
12 allowusers => { "root" };
15 # Make sure that the server is running on the policy servers
20 "init_d" string => "/etc/init.d";
28 comment => "Make sure cf-serverd run on the policy servers",
29 restart_class => "start_cfserverd";
35 "$(init_d)/cfengine3 start";
38 bundle server access_rules {
42 # Allow clients access to the input files
45 admit => { "10.0.0.0/24" };
47 # Allow clients access to the masterfiles
50 admit => { "10.0.0.0/24" };