Merge branch 'fix-view-syntax' into 6.0-prerelease

This commit is contained in:
Nate Riffe 2016-04-20 14:13:02 -05:00
commit 50e9764ea4
2 changed files with 4 additions and 3 deletions

View File

@ -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",

View File

@ -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 != '' -%>