Enable shipping www.debian.org logs to www-master.debian.org [RT#5872]
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index 95b0ac7..d33e406 100644 (file)
@@ -12,10 +12,4 @@ class named::authoritative inherits named {
                owner   => root,
                group   => bind,
        }
-       file { '/etc/bind/named.conf.puppet-shared-keys':
-               mode    => '0640',
-               content => template('named/named.conf.puppet-shared-keys.erb'),
-               owner   => root,
-               group   => bind,
-       }
 }