Create shared TSIG keys between denis and geo[123]
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index 5a38141..d33e406 100644 (file)
@@ -12,11 +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,
-               notify  => Service['bind9'],
-       }
 }