summaryrefslogtreecommitdiff
path: root/cfengine
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-03-11 05:45:30 +0000
committerJonas Smedegaard <dr@jones.dk>2003-03-11 05:45:30 +0000
commit891acef73f40bc4ea1621eed7be07b1455004893 (patch)
treec227a709071a2b0272983ec8a1e80aad74c8abab /cfengine
parentaa777978265442dec45d55aac5f9885449bceef2 (diff)
Disable cf.services.dns until it is resolved wether named.conf or named.conf.local should be used. Switching around kills bind!!!
Diffstat (limited to 'cfengine')
-rw-r--r--cfengine/cf.services.dns20
1 files changed, 10 insertions, 10 deletions
diff --git a/cfengine/cf.services.dns b/cfengine/cf.services.dns
index 7532d2d..0fe76de 100644
--- a/cfengine/cf.services.dns
+++ b/cfengine/cf.services.dns
@@ -32,16 +32,16 @@ editfiles:
#
# }
- { /etc/bind/named.conf
- BeginGroupIfFileExists "/etc/local-COMMON/bind/named_$(fqhost).conf"
- BeginGroupIfNoLineMatching '^include[[:blank:]]"/etc/local-COMMON/bind/named_$(fqhost).conf";.*'
- Append '// BEGIN EDITED BY CFENGINE $(date)'
- Append 'include "/etc/local-COMMON/bind/named_$(fqhost).conf";'
- Append '// END EDITED BY CFENGINE $(date)'
- EndGroup
- DefineClasses "bind_reload"
- EndGroup
- }
+# { /etc/bind/named.conf
+# BeginGroupIfFileExists "/etc/local-COMMON/bind/named_$(fqhost).conf"
+# BeginGroupIfNoLineMatching '^include[[:blank:]]"/etc/local-COMMON/bind/named_$(fqhost).conf";.*'
+# Append '// BEGIN EDITED BY CFENGINE $(date)'
+# Append 'include "/etc/local-COMMON/bind/named_$(fqhost).conf";'
+# Append '// END EDITED BY CFENGINE $(date)'
+# EndGroup
+# DefineClasses "bind_reload"
+# EndGroup
+# }
shellcommands:
bind_reload::