diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-01 20:30:24 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-01 20:30:24 +0000 |
commit | 0ddbd49d54cffd2d222da48c716215fc2471033e (patch) | |
tree | 3e4297e5f036b1fa3108acb65d9d8e8f23936ced | |
parent | 88db1c7a6a2f8a7022e481e368dc6aeb2e6bc519 (diff) | |
download | puppet-0ddbd49d54cffd2d222da48c716215fc2471033e.tar puppet-0ddbd49d54cffd2d222da48c716215fc2471033e.tar.gz puppet-0ddbd49d54cffd2d222da48c716215fc2471033e.tar.bz2 puppet-0ddbd49d54cffd2d222da48c716215fc2471033e.tar.xz puppet-0ddbd49d54cffd2d222da48c716215fc2471033e.zip |
fix the type of the zone too
-rw-r--r-- | modules/bind/templates/named_master.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf index 12335df9..dfeb3a86 100644 --- a/modules/bind/templates/named_master.conf +++ b/modules/bind/templates/named_master.conf @@ -11,8 +11,8 @@ 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 master; - file "master/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone"; + type reverse; + file "reverse/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone"; allow-update { none; }; }; |