summaryrefslogtreecommitdiffstats
path: root/system/cfengine/config
diff options
context:
space:
mode:
Diffstat (limited to 'system/cfengine/config')
-rw-r--r--system/cfengine/config/cfagent.conf16
-rw-r--r--system/cfengine/config/cfrun.hosts1
-rw-r--r--system/cfengine/config/cfservd.conf16
-rw-r--r--system/cfengine/config/update.conf25
4 files changed, 0 insertions, 58 deletions
diff --git a/system/cfengine/config/cfagent.conf b/system/cfengine/config/cfagent.conf
deleted file mode 100644
index 9645f08401..0000000000
--- a/system/cfengine/config/cfagent.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-control:
-
- actionsequence = ( processes )
- domain = ( localhost )
- access = ( root )
- # Where cfexecd sends reports
- smtpserver = ( localhost )
- sysadm = ( root@localhost )
-
-processes:
-
- # Make sure these processes are always running
- "cfenvd" restart "/etc/rc.d/rc.cfenvd restart"
- "cfexecd" restart "/etc/rc.d/rc.cfexecd restart"
- #"cfservd" restart "/etc/rc.d/rc.cfservd restart"
-
diff --git a/system/cfengine/config/cfrun.hosts b/system/cfengine/config/cfrun.hosts
deleted file mode 100644
index 2fbb50c4a8..0000000000
--- a/system/cfengine/config/cfrun.hosts
+++ /dev/null
@@ -1 +0,0 @@
-localhost
diff --git a/system/cfengine/config/cfservd.conf b/system/cfengine/config/cfservd.conf
deleted file mode 100644
index 292fbb96b5..0000000000
--- a/system/cfengine/config/cfservd.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-# /var/cfengine/cfservd.conf
-#
-# Note: in case cfservd is started with 'cfengine' user privs, the path to
-# this file might instead be /home/cfengine/.cfagent/inputs/cfservd.conf
-
-control:
-
- domain = ( localhost )
- AllowUsers = ( root )
- cfrunCommand = ( "/usr/sbin/cfagent" )
-
-admit:
-
- /usr/sbin/cfagent localhost
- /var/cfengine/masterfiles localhost
-
diff --git a/system/cfengine/config/update.conf b/system/cfengine/config/update.conf
deleted file mode 100644
index 096e433d52..0000000000
--- a/system/cfengine/config/update.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-control:
-
- actionsequence = ( copy tidy )
- domain = ( localhost )
- workdir = ( /var/cfengine )
- policyhost = ( localhost )
- master_cfinput = ( /var/cfengine/masterfiles )
-
-copy:
-
- $(master_cfinput)
- dest=$(workdir)/inputs
- r=inf
- mode=644
- type=binary
- ignore=*.lst
- ignore=*~
- ignore=#*
- ignore=RCS
- ignore=CVS
- server=$(policyhost)
-
-tidy:
-
- $(workdir)/outputs pattern=* age=7