summaryrefslogtreecommitdiff
path: root/cfengine/cfengine.conf
diff options
context:
space:
mode:
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
+#
+###