Move creation of /etc/bind/named.conf.options from ::geodns and ::primary to parent
[mirror/dsa-puppet.git] / modules / named / manifests / geodns.pp
index c4c6373..d9684f3 100644 (file)
@@ -18,10 +18,6 @@ class named::geodns inherits named {
                ensure => directory,
                mode   => '0755',
        }
-       file { '/etc/bind/named.conf.options':
-               content => template('named/named.conf.options.erb'),
-               notify  => Service['bind9'],
-       }
        file { '/etc/bind/named.conf.local':
                source => 'puppet:///modules/named/common/named.conf.local',
                notify  => Service['bind9'],