diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-01 20:34:41 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-01 20:34:41 +0000 |
commit | 522df156988e721d1a4d90c37e8a8dc0f88fd659 (patch) | |
tree | 4e0d40bbbef29835cd7907260a8420e0e0250273 /modules/bind | |
parent | 0ddbd49d54cffd2d222da48c716215fc2471033e (diff) | |
download | puppet-522df156988e721d1a4d90c37e8a8dc0f88fd659.tar puppet-522df156988e721d1a4d90c37e8a8dc0f88fd659.tar.gz puppet-522df156988e721d1a4d90c37e8a8dc0f88fd659.tar.bz2 puppet-522df156988e721d1a4d90c37e8a8dc0f88fd659.tar.xz puppet-522df156988e721d1a4d90c37e8a8dc0f88fd659.zip |
- fix the previous fix ( last time I do sysadmin work during a meeting without eating first )
Diffstat (limited to 'modules/bind')
-rw-r--r-- | modules/bind/templates/named_master.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf index dfeb3a86..92cb40b7 100644 --- a/modules/bind/templates/named_master.conf +++ b/modules/bind/templates/named_master.conf @@ -11,7 +11,7 @@ zone "mageia.fr" IN { }; zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN { - type reverse; + type master; file "reverse/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone"; allow-update { none; }; }; |