/usr/share/doc/cfengine2/examples/cfservd.conf.example is in cfengine2 2.2.10-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | #########################################################
#
# This is a cfd config file
#
# The access control here follows after any tcpd
# control in /etc/hosts.allow and /etc/hosts.deny
#
#########################################################
#
# Could import cf.groups here and use a structure like
# in cfengine.conf, cf.main, cf.groups
#
control:
domain = ( iu.hioslo.no )
solaris::
cfrunCommand = ( "/iu/nexus/local/gnu/bin/cfengine" )
linux::
cfrunCommand = ( "/iu/waldo/local/gnu/bin/cfengine" )
# AutoExecInterval = ( 60 )
# AutoExecCommand = ( "/iu/nexus/local/gnu/lib/cfengine/bin/cfwrap /iu/nexus/local/gnu/lib/cfengine/bin/cfhourly")
any::
# ChecksumDatabase = ( /tmp/testDATABASEcache )
IfElapsed = ( 1 )
MaxConnections = ( 10 )
#########################################################
admit: # or grant:
/iu/nexus/local/gnu/bin/cfengine *.iu.hioslo.no
/iu/waldo/local/gnu/bin/cfengine *.iu.hioslo.no
/iu/nexus/local *.iu.hioslo.no
/iu/nexus/ud dax.iu.hioslo.no
/iu/nexus/ua dax.iu.hioslo.no
/iu/nexus/u1 dax.iu.hioslo.no
/iu/nexus/u2 dax.iu.hioslo.no
/iu/nexus/u3 dax.iu.hioslo.no
/iu/nexus/u4 dax.iu.hioslo.no dump-truck.iu.hioslo.no
/etc *.iu.hioslo.no
|