Add missing end on @servers iteration
Also normalize the indentation. Ruby code is 2-space indented, templated configuration is tab indented.
This commit is contained in:
parent
0f3728da6d
commit
bc34a9881d
@ -46,6 +46,7 @@ view "<%= @name %>" {
|
|||||||
<%- end -%>
|
<%- end -%>
|
||||||
};
|
};
|
||||||
<%- end -%>
|
<%- 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| -%>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user