Chapter 14. cfagent.conf - main cfagent configuration file
#
# Main cfengine configuration file
#
import:
any::
cf.control
cf.check_timezones
cf.alerts
#cf.files ... too much output... commenting out for now. Aleksey, 23 Apr 2008
cf.check_my_ssh
cf.editfiles
cf.shellcommands
cf.disable
cf.processes
cf.one_time_shot # This may or may not be present...
# Used to push changes to the systems.
# -- Aleksey
# "Only the first actionsequence directive encountered
# will be used; any ones contained in later files will
# be ignored." SAGE cfengine booklet
# Some of the imported files DO have their own actionsequence
# directive, so that they can be run standalone, for testing.
# But the main actionsequence definition is below.
#
# Aleksey, 13 Jan 2008
control: actionsequence = (
checktimezone
disable
files
packages
processes
shellcommands
editfiles
)
#
# Main cfengine configuration file
#
import:
any::
cf.control
cf.check_timezones
cf.alerts
#cf.files ... too much output... commenting out for now. Aleksey, 23 Apr 2008
cf.check_my_ssh
cf.editfiles
cf.shellcommands
cf.disable
cf.processes
cf.one_time_shot # This may or may not be present...
# Used to push changes to the systems.
# -- Aleksey
# "Only the first actionsequence directive encountered
# will be used; any ones contained in later files will
# be ignored." SAGE cfengine booklet
# Some of the imported files DO have their own actionsequence
# directive, so that they can be run standalone, for testing.
# But the main actionsequence definition is below.
#
# Aleksey, 13 Jan 2008
control: actionsequence = (
checktimezone
disable
files
packages
processes
shellcommands
editfiles
)