From 891acef73f40bc4ea1621eed7be07b1455004893 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 11 Mar 2003 05:45:30 +0000 Subject: Disable cf.services.dns until it is resolved wether named.conf or named.conf.local should be used. Switching around kills bind!!! --- cfengine/cf.services.dns | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'cfengine') 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:: -- cgit v1.2.3