summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfengine/cf.groups.jones1
-rw-r--r--cfengine/cf.groups.merge1
-rw-r--r--cfengine/cf.groups.xenux1
-rw-r--r--cfengine/cf.services.harden4
4 files changed, 5 insertions, 2 deletions
diff --git a/cfengine/cf.groups.jones b/cfengine/cf.groups.jones
index 8b28bc6..eb2897d 100644
--- a/cfengine/cf.groups.jones
+++ b/cfengine/cf.groups.jones
@@ -36,6 +36,7 @@ groups:
MailClient_jones = ( auryn fuchur xayide slamuf pierre ror wetware jawa woody mail2 gmork tulle paf saks cherry )
# DebMirror_jones = ( )
# DebMirrorClient_jones = ( )
+ LtspServer_jones = ( slamuf artax )
wol_jones = ( auryn fuchur slamuf wetware jawa paf gonk cherry )
# cc_jones = ( )
diff --git a/cfengine/cf.groups.merge b/cfengine/cf.groups.merge
index 8cd4570..d4f331e 100644
--- a/cfengine/cf.groups.merge
+++ b/cfengine/cf.groups.merge
@@ -24,6 +24,7 @@ groups:
MailClient = ( MailClient_jones MailClient_xenux )
DebMirror = ( DebMirror_jones DebMirror_xenux )
DebMirrorClient = ( DebMirrorClient_jones DebMirrorClient_xenux )
+ LtspServer = ( LtspServer_jones LtspServer_xenux )
# ISP's
wol = ( wol_jones wol_xenux )
diff --git a/cfengine/cf.groups.xenux b/cfengine/cf.groups.xenux
index 20c4743..950aece 100644
--- a/cfengine/cf.groups.xenux
+++ b/cfengine/cf.groups.xenux
@@ -28,6 +28,7 @@ groups:
MailClient_xenux = ( pc60 pc61 pc62 pc63 pc64 pc65 pc66 pc67 pc68 pc69 pc70 pc71 pc72 pc73 pc74 pc75 pc76 pc77 pc78 pc79 pc80 )
DebMirror_xenux = ( thorin )
DebMirrorClient_xenux = ( thorin legolas gandalf orcrist )
+ LtspServer_xenux = ( saks )
wol_xenux = ( aries )
cc_xenux = ( saga )
diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden
index d59fc99..ebd5753 100644
--- a/cfengine/cf.services.harden
+++ b/cfengine/cf.services.harden
@@ -4,8 +4,8 @@ control:
logcheck = ( /etc/logcheck )
# $type indicates machine type (workstation or server). Used for logcheck paths
- Standalone:: type = ( workstation )
- !Standalone:: type = ( server )
+ Standalone|LtspServer:: type = ( workstation )
+ !(Standalone|LtspServer):: type = ( server )
groups:
install_logcheck = ( '/usr/bin/test ! -e /usr/sbin/logcheck' )