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