Merge branch 'fix-view-syntax' into 6.0-prerelease
This commit is contained in:
commit
50e9764ea4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "inkblot/bind",
|
"name": "inkblot/bind",
|
||||||
"version": "5.1.2",
|
"version": "5.2.0",
|
||||||
"author": "inkblot",
|
"author": "inkblot",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"summary": "ISC BIND name server",
|
"summary": "ISC BIND name server",
|
||||||
|
|||||||
@ -45,15 +45,16 @@ view "<%= @name %>" {
|
|||||||
keys { <%= properties['keys'] %>; };
|
keys { <%= properties['keys'] %>; };
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
};
|
};
|
||||||
|
<%- end -%>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if @minimal_responses -%>
|
<%- if @minimal_responses -%>
|
||||||
minimal-responses yes;
|
minimal-responses yes;
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if @also_notify and @also_notify != '' -%>
|
<%- if @also_notify and @also_notify != '' -%>
|
||||||
also-notify {
|
also-notify {
|
||||||
<%- Array(@also_notify).each do |server| -%>
|
<%- Array(@also_notify).each do |server| -%>
|
||||||
<%= server %>;
|
<%= server %>;
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
};
|
};
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if @notify_source and @notify_source != '' -%>
|
<%- if @notify_source and @notify_source != '' -%>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user