08b9236fc3e8991e5225688125243f424f8e535e
[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 }