[debian-edu-commits] debian-edu/ 01/01: Remove leftover cfengine2 files from git.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Wed Jan 10 13:26:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit b8b47df7cde9e9d8bd60ad2e579bce235b69212a
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Wed Jan 10 14:25:52 2018 +0100

    Remove leftover cfengine2 files from git.
---
 etc/cfengine/cfservd.conf        | 23 -----------------------
 etc/cfengine/inputs/cfagent.conf | 18 ------------------
 etc/cfengine/update.conf         | 34 ----------------------------------
 3 files changed, 75 deletions(-)

diff --git a/etc/cfengine/cfservd.conf b/etc/cfengine/cfservd.conf
deleted file mode 100644
index 3d110e7..0000000
--- a/etc/cfengine/cfservd.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-control:
-	server = ( tjener.intern )
-	base = ( "/etc/cfengine" )
-
-	domain = ( intern )
-	cfrunCommand = ( "/usr/sbin/cfagent" )
-	MaxConnections = ( 15 )
-	MultipleConnections = ( true )
-	IfElapsed = ( 60 )
-	DenyBadClocks = ( false )
-	AllowUsers = ( root )
-	TrustKeysFrom = ( 10.0.0.0/8 )
-	AllowConnectionsFrom = ( 10.0.0.0/8 )
-
-grant:
-	# The cfrunCommand must be shared in order for the
-	# server to execute it.
-	$(cfrunCommand)		$(server)
-
-	# This directory should be shared on the server so that
-	# clients can download scripts. So if this is the server,
-	# uncomment the following line.
-	#$(base)/inputs		*.intern
diff --git a/etc/cfengine/inputs/cfagent.conf b/etc/cfengine/inputs/cfagent.conf
deleted file mode 100644
index c9a55f1..0000000
--- a/etc/cfengine/inputs/cfagent.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# The whole inputs/ directory gets copied to clients. This cfagent.conf
-# is then executed.
-#
-
-control:
-	access			= ( root )
-	sysadm			= ( root )
-	adminfiles		= ( /etc/cfengine )
-
-	actionsequence = (
-		links
-	)
-
-
-# Just a simple little check for a default setup
-links:
-	/dev/core	->	/proc/kcore
diff --git a/etc/cfengine/update.conf b/etc/cfengine/update.conf
deleted file mode 100644
index 48b32e1..0000000
--- a/etc/cfengine/update.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-###############################################################################
-#
-# update.conf - ensure that the inputs and binaries in /etc/cfengine are
-# synced to those on the server.
-# 
-# This copies the cfagent.conf and inputs directory from the cfengine
-# server.
-#
-###############################################################################
-
-control:
-	actionsequence = ( copy links )
-	DefaultCopyType = ( checksum )
-
-	cfhost = ( cfservd.intern )
-	localdir = ( /etc/cfengine )
-	serverdir = ( /etc/cfengine )
-	mode = ( 700 )
-	fowner = ( root )
-	fgroup = ( root )
-
-copy:
-	$(serverdir)/inputs
-		dest=$(localdir)/inputs
-		recurse=inf
-		owner=$(fowner) group=$(fgroup)
-		mode=$(mode)
-		exclude=*~
-		exclude=#*
-		server=$(cfhost)
-		trustkey=true
-
-links:
-	$(localdir)/cfagent.conf ->! $(localdir)/inputs/cfagent.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list