From: Cédric Jeanneret Date: Wed, 14 Nov 2012 13:25:19 +0000 (+0100) Subject: corrected template for slave zones - missing ; X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=93ad475ebdee5685f52e1ca943581f48298851a7;p=puppet-bind.git corrected template for slave zones - missing ; --- diff --git a/templates/zone-slave.erb b/templates/zone-slave.erb index b5b3754..5f6acca 100644 --- a/templates/zone-slave.erb +++ b/templates/zone-slave.erb @@ -8,4 +8,4 @@ zone <%=name%> IN { <% end -%> allow-query { any; }; notify yes; -} +};