X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=6312b5a7b2a0068ae89130ec114022342280612b;hb=82858a7527e77d5b2605845afbfef9d5c38effb8;hp=b924d6ec2d160afb4276c20c85dc0a5669f5c3a8;hpb=2c4e90c14d79c529109003a52feec4e6e04fdc3d;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index b924d6ec2..6312b5a7b 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -1,11 +1,7 @@ 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, - group => bind, - } + file { '/etc/bind/named.conf.shared-keys': + mode => '0640', + owner => root, + group => bind, + } }