X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=6312b5a7b2a0068ae89130ec114022342280612b;hb=HEAD;hp=d33e406eea1a7f12c53df8cef6999faeeb93deeb;hpb=fbda07eb15845bda281002fe76352ba46e6c5dda;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index d33e406ee..6312b5a7b 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -1,15 +1,7 @@ class named::authoritative inherits named { - file { '/etc/bind/named.conf.debian-zones': - content => template('named/named.conf.debian-zones.erb'), - notify => Service['bind9'], - } - 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, + } }