Merge branch 'fix-view-syntax' into 6.0-prerelease
This commit is contained in:
commit
50e9764ea4
@ -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",
|
||||
|
||||
@ -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 != '' -%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user