# cfservd.conf for the Policyhost # LEG24042005 # LEG11042005: example configuration # # Substitutes values in CAPS acording to your situation control: domain = ( EXAMPLE.DOMAIN ) AllowConnectionsFrom = ( # list all clients here # MUST be numeric IP addresses or networks 10.0.0.100 # policyhost 10.0.0.101 # client1 10.0.0.102 # client2 # ... ) # fqdn (or IP?) of the interface where the cfserv-daemon # should listen. BindToInterface = ( POLICYHOST.EXAMPLE.DOMAIN ) # Must! be numeric IP addresses or networks TrustKeysFrom = ( 10.0.0.0/24 ) cffiles = ( /var/lib/cfengine2/files ) # you can insert # Split = ( " " ) # and list your clients in a space separated list of fqdn's # surrounded by quotes here cfhosts = ( 10.0.0.0/24 ) admit: $(cffiles) $(cfhosts) # Add more directories here, if needed. # However it is maybe more concise to put everything into the # repository, then you never need to change this section again. # Emacs: # Local Variables: # mode: text # tab-stop-list: (4 8 12 16 24 32 40 48 56 64 72 80 88 96 104 112 120) # End: