X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=08b9236fc3e8991e5225688125243f424f8e535e;hb=6d81dd48900c51ee22240d53e66e990fa5e186a7;hp=5a3814107b8e34e572fc832543c25ca0452960f6;hpb=8e4b510c5dc7ace457ee552faed28640ac22fc61;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index 5a3814107..08b9236fc 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -1,22 +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.puppet-shared-keys': - mode => '0640', - content => template('named/named.conf.puppet-shared-keys.erb'), - owner => root, - group => bind, - notify => Service['bind9'], - } }