/usr/share/doc/cfengine2/examples/cfagent.conf-advanced.example is in cfengine2 2.2.10-5build1.
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 | ##############################################
#
# cfagent.conf
#
# This file is for root only.
#
##############################################
###
#
# BEGIN cfengine.conf (Only hard classes in this file )
#
###
import:
#
# Split things up to keep things tidy
#
any::
cf.groups
cf.main
any.!matrix::
cf.site
cf.services
cf.motd
cf.printer
cf.www
cf.mail
hpux:: cf.hpux
debian.!matrix:: cf.debian
redhat:: cf.redhat
SuSE:: cf.suse
solaris:: cf.solaris
sun4:: cf.sun4
ultrix:: cf.ultrix
freebsd:: cf.freebsd
nexus|dax|cube|pax:: cf.users
matrix:: cf.matrix
###
#
# END cfengine.conf
#
###
|