Revision
495
Author
misc
Date
2010-12-01 21:30:24 +0100 (Wed, 01 Dec 2010)

Log Message

fix the type of the zone too

Modified Paths

Modified: puppet/modules/bind/templates/named_master.conf
===================================================================
--- puppet/modules/bind/templates/named_master.conf	2010-12-01 20:25:45 UTC (rev 494)
+++ puppet/modules/bind/templates/named_master.conf	2010-12-01 20:30:24 UTC (rev 495)
@@ -11,8 +11,8 @@
 };
 
 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; };
 };