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

This commit is contained in:
Nate Riffe
2016-04-20 14:13:02 -05:00
2 changed files with 4 additions and 3 deletions
+3 -2
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 != '' -%>