######################################################### # # This is a cfservd config file - it is used for the server # part of cfengine, for remote file transfers and control # over cfengine using the cfrun program. # ######################################################### control: domain = ( harker.com ) cfrunCommand = ( "/var/cfengine/bin/cfagent" ) AllowConnectionsFrom = ( 172.16 ) AllowMultipleConnectionsFrom = ( 172.16 ) TrustKeysFrom = ( 172.16 ) any:: IfElapsed = ( 1 ) ExpireAfter = ( 15 ) MaxConnections = ( 50 ) MultipleConnections = ( true ) ######################################################### grant: # Grant access to all hosts at harker.com. # Files should be world readable /home/masterfiles *.harker.com # Make sure there is permission to execute by cfrun /var/cfengine/bin/cfagent *.harker.com ######## # # END cfservd.conf # ########