Move creation of /etc/bind/named.conf.options from ::geodns and ::primary to parent
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
1 class named::authoritative inherits named {
2         file { '/etc/bind/named.conf.shared-keys':
3                 mode    => '0640',
4                 owner   => root,
5                 group   => bind,
6         }
7 }