Move creation of /etc/bind/named.conf.options from ::geodns and ::primary to parent
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index b924d6e..08b9236 100644 (file)
@@ -1,8 +1,4 @@
 class named::authoritative inherits named {
-       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,