summaryrefslogtreecommitdiff
path: root/cfengine/cfengine.conf
blob: e32c8eca527d96d827bb357d56adf93c9f62ab49 (plain)
  1. #####################################################################
  2. # CFENGINE CONFIGURATION FOR site = jones.dk|xenux.dk
  3. #
  4. # This file is for root only.
  5. #
  6. ######################################################################
  7. ###
  8. #
  9. # BEGIN cfengine.conf (Only hard classes in this file )
  10. #
  11. ###
  12. control:
  13. cfroot = ( /etc/local-COMMON/cfengine )
  14. import:
  15. #
  16. # Split things up to keep things tidy
  17. #
  18. $(cfroot)/cf.groups.jones
  19. $(cfroot)/cf.groups.xenux
  20. $(cfroot)/cf.groups.merge
  21. $(cfroot)/cf.main
  22. $(cfroot)/cf.isp
  23. $(cfroot)/cf.site
  24. $(cfroot)/cf.services
  25. # $(cfroot)/cf.motd
  26. ###
  27. #
  28. # END cfengine.conf
  29. #
  30. ###