Merge branch 'fix-view-syntax' into 6.0-prerelease
This commit is contained in:
+3
-2
@@ -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 != '' -%>
|
||||
|
||||
Reference in New Issue
Block a user