summaryrefslogtreecommitdiff
path: root/cfengine/cf.services.dns
diff options
context:
space:
mode:
Diffstat (limited to 'cfengine/cf.services.dns')
-rw-r--r--cfengine/cf.services.dns5
1 files changed, 3 insertions, 2 deletions
diff --git a/cfengine/cf.services.dns b/cfengine/cf.services.dns
index 8b87b1e..e86db47 100644
--- a/cfengine/cf.services.dns
+++ b/cfengine/cf.services.dns
@@ -30,8 +30,9 @@ editfiles:
# Append " category statistics { null; };"
# EndGroup
#
- BeginGroupIfNoLineMatching '^include[[:blank:]]"/etc/local-COMMON/bind/named_$(domain).conf";.*'
- Append 'include "/etc/local-COMMON/bind/named_$(domain).conf";'
+ BeginGroupIfNoLineMatching '^include[[:blank:]]"/etc/local-COMMON/bind/named_$(host).conf";.*'
+ Append 'include "/etc/local-COMMON/bind/named_$(host).conf";'
+ Append '# EDITED BY CFENGINE $(date)'
EndGroup
DefineClasses "bind_reload"
}