X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;fp=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=d33e406eea1a7f12c53df8cef6999faeeb93deeb;hb=9262b789ae47161d50dd2b44c6159756f9763f88;hp=5a3814107b8e34e572fc832543c25ca0452960f6;hpb=dcf958f2f3e2756c5d1936cdf7a795cd67dd87c7;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index 5a3814107..d33e406ee 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -12,11 +12,4 @@ class named::authoritative inherits named { owner => root, group => bind, } - file { '/etc/bind/named.conf.puppet-shared-keys': - mode => '0640', - content => template('named/named.conf.puppet-shared-keys.erb'), - owner => root, - group => bind, - notify => Service['bind9'], - } }