X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=08b9236fc3e8991e5225688125243f424f8e535e;hb=e34d8e0cd1246d068196493701922e4e1645b9e6;hp=d33e406eea1a7f12c53df8cef6999faeeb93deeb;hpb=9262b789ae47161d50dd2b44c6159756f9763f88;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index d33e406ee..08b9236fc 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -1,12 +1,4 @@ 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,