X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Frecursor.pp;h=66227c4b587d149f1f9e3941bddb86b59cfb7a63;hb=d608b06d0993c869615acbabd170dc742adfcf77;hp=fda2de30d3eef71591c2443cd6021e58747d6d12;hpb=71db7e225a187858a962d321ed43ad4eb6e2169a;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/recursor.pp b/modules/named/manifests/recursor.pp index fda2de30d..66227c4b5 100644 --- a/modules/named/manifests/recursor.pp +++ b/modules/named/manifests/recursor.pp @@ -1,4 +1,9 @@ class named::recursor inherits named { + file { + "/etc/bind/named.conf.options": + content => template("named/named.conf.options.erb"), + notify => Exec["bind9 reload"]; + } }