diff options
-rw-r--r-- | cfengine/cf.services.dns | 20 |
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:: |