blob: bf6af30b8aca3d6b9cad5f04aa49077bd5347db2 (
plain)
- #!/usr/bin/cfengine -f
- control:
- cfroot = ( /etc/local-COMMON/cfengine )
- cforgroot = ( /etc/local-ORG/cfengine )
- import:
- #
- # Split things up to keep things tidy
- #
- $(cforgroot)/cf.groups
- $(cfroot)/cf.generic
- $(cfroot)/cf.isp
- $(cforgroot)/cf.site
- $(cfroot)/cf.services
- # $(cfroot)/cf.motd
|