diff --git a/metadata.json b/metadata.json index 1f0d988..8a0ff8c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "inkblot/bind", - "version": "5.1.2", + "version": "5.2.0", "author": "inkblot", "license": "Apache-2.0", "summary": "ISC BIND name server", diff --git a/templates/view.erb b/templates/view.erb index 417c1ed..0a03b0f 100644 --- a/templates/view.erb +++ b/templates/view.erb @@ -45,15 +45,16 @@ view "<%= @name %>" { keys { <%= properties['keys'] %>; }; <%- end -%> }; +<%- end -%> <%- end -%> <%- if @minimal_responses -%> minimal-responses yes; <%- end -%> <%- if @also_notify and @also_notify != '' -%> also-notify { -<%- Array(@also_notify).each do |server| -%> +<%- Array(@also_notify).each do |server| -%> <%= server %>; -<%- end -%> +<%- end -%> }; <%- end -%> <%- if @notify_source and @notify_source != '' -%>