/etc/cfengine/cfservd.conf is in debian-edu-config 1.818+deb8u2.
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 | control:
server = ( tjener.intern )
base = ( "/etc/cfengine" )
domain = ( intern )
cfrunCommand = ( "/usr/sbin/cfagent" )
MaxConnections = ( 15 )
MultipleConnections = ( true )
IfElapsed = ( 60 )
DenyBadClocks = ( false )
AllowUsers = ( root )
TrustKeysFrom = ( 10.0.0.0/8 )
AllowConnectionsFrom = ( 10.0.0.0/8 )
grant:
# The cfrunCommand must be shared in order for the
# server to execute it.
$(cfrunCommand) $(server)
# This directory should be shared on the server so that
# clients can download scripts. So if this is the server,
# uncomment the following line.
#$(base)/inputs *.intern
|