X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=08b9236fc3e8991e5225688125243f424f8e535e;hb=fe40a51bd33f4617c6f69c42efa81dd0a8c253c6;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..08b9236fc 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -1,8 +1,4 @@ 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,