From e5cac24358349ab729034cc159f4fecaabe054aa Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Tue, 4 Sep 2012 12:36:40 -0500 Subject: [PATCH] Fix syntax in named.conf --- templates/named.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/named.conf.erb b/templates/named.conf.erb index ec81c41..ae7dafd 100644 --- a/templates/named.conf.erb +++ b/templates/named.conf.erb @@ -13,4 +13,4 @@ options { <%- end -%> auth-nxdomain <%= auth_nxdomain ? 'yes' : 'no' %>; listen-on-v6 { any; }; -} +};