blob: 169fc4aebbe9670ce951fe89b7810241ebe66be9 [file] [log] [blame]
init_config:
instances:
- url: <%= @url %>
<% if @tags and ! @tags.empty? -%>
tags:
<%- Array(@tags).each do |tag| -%>
<%- if tag != '' -%>
- <%= tag %>
<%- end -%>
<%- end -%>
<% end -%>