diff options
author | Juri Jensen <juri@xenux.dk> | 2003-03-04 15:00:42 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2003-03-04 15:00:42 +0000 |
commit | 43357ccc8673140e4d70c30c9657756fd9f5ec1a (patch) | |
tree | 668bac06273147c336995ff209c9b21f8fd3fd1e | |
parent | 87336c15e6e183babcbb5a83e203ae14d7ab64ee (diff) |
- it has to be named.conf - not named.conf.local!
-rw-r--r-- | cfengine/cf.services.dns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfengine/cf.services.dns b/cfengine/cf.services.dns index 984bb50..7532d2d 100644 --- a/cfengine/cf.services.dns +++ b/cfengine/cf.services.dns @@ -32,7 +32,7 @@ editfiles: # # } - { /etc/bind/named.conf.local + { /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)' |