Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index d33e406..6312b5a 100644 (file)
@@ -1,15 +1,7 @@
 class named::authoritative inherits named {
-       file { '/etc/bind/named.conf.debian-zones':
-               content => template('named/named.conf.debian-zones.erb'),
-               notify  => Service['bind9'],
-       }
-       file { '/etc/bind/named.conf.options':
-               content => template('named/named.conf.options.erb'),
-               notify  => Service['bind9'],
-       }
-       file { '/etc/bind/named.conf.shared-keys':
-               mode    => '0640',
-               owner   => root,
-               group   => bind,
-       }
+  file { '/etc/bind/named.conf.shared-keys':
+    mode  => '0640',
+    owner => root,
+    group => bind,
+  }
 }