From 0f3728da6d99e2a69d264e3dbd350cce0110c86d Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Wed, 20 Apr 2016 11:40:45 -0500 Subject: [PATCH 1/2] Release version 5.2 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From bc34a9881da61e0afe1a86c3bed8f9f019b56019 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Wed, 20 Apr 2016 14:11:50 -0500 Subject: [PATCH 2/2] Add missing `end` on `@servers` iteration Also normalize the indentation. Ruby code is 2-space indented, templated configuration is tab indented. --- templates/view.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/view.erb b/templates/view.erb index de0b548..e816fd0 100644 --- a/templates/view.erb +++ b/templates/view.erb @@ -45,12 +45,13 @@ view "<%= @name %>" { keys { <%= properties['keys'] %>; }; <%- end -%> }; +<%- end -%> <%- 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 != '' -%>