summaryrefslogtreecommitdiff
path: root/cfengine/cfengine.conf
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2001-09-12 12:03:18 +0000
committerJuri Jensen <juri@xenux.dk>2001-09-12 12:03:18 +0000
commita06f2d5e639d6a3bdeeb3062ebc754cce287eb19 (patch)
treedf8b5c9747ab039ecd5ec763265833df9bf794c3 /cfengine/cfengine.conf
Initial revision
Diffstat (limited to 'cfengine/cfengine.conf')
-rwxr-xr-xcfengine/cfengine.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/cfengine/cfengine.conf b/cfengine/cfengine.conf
new file mode 100755
index 0000000..e32c8ec
--- /dev/null
+++ b/cfengine/cfengine.conf
@@ -0,0 +1,37 @@
+#####################################################################
+#
+# 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
+#
+###