From: Stephen Gran Date: Tue, 23 Feb 2010 19:31:52 +0000 (+0000) Subject: name new class correctly X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7035eb98ec726aafc5dc6e68f22280ba8428a373;p=mirror%2Fdsa-puppet.git name new class correctly Signed-off-by: Stephen Gran --- diff --git a/modules/named/manifests/recursor.pp b/modules/named/manifests/recursor.pp index c4de8b331..61ca459c6 100644 --- a/modules/named/manifests/recursor.pp +++ b/modules/named/manifests/recursor.pp @@ -1,4 +1,4 @@ -class named::secondary inherits named { +class named::recursor inherits named { file { "/etc/bind/named.conf.options": content => template("named/named.conf.options.erb"), notify => Exec["bind9 reload"],