From 7035eb98ec726aafc5dc6e68f22280ba8428a373 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 23 Feb 2010 19:31:52 +0000 Subject: [PATCH] name new class correctly Signed-off-by: Stephen Gran --- modules/named/manifests/recursor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- 2.20.1