blob: 63595b94287791d5bedada25c9c178c88425541d (
plain)
- #!/usr/bin/cfengine -f
- #####################################################################
- #
- # CFENGINE CONFIGURATION FOR site = jones.dk|xenux.dk
- #
- # This file is for root only.
- #
- ######################################################################
- ###
- #
- # BEGIN cfengine.conf (Only hard classes in this file )
- #
- ###
- control:
- cfroot = ( /etc/local-COMMON/cfengine )
- import:
- #
- # Split things up to keep things tidy
- #
- $(cfroot)/cf.groups.jones
- $(cfroot)/cf.groups.xenux
- $(cfroot)/cf.groups.merge
- $(cfroot)/cf.main
- $(cfroot)/cf.isp
- $(cfroot)/cf.site
- $(cfroot)/cf.services
- # $(cfroot)/cf.motd
- ###
- #
- # END cfengine.conf
- #
- ###
|