Sha256: 7c23f47194ccf792032251d1aba441a3ea6ec683e373d66fba540576c1b2e0f2
Contents?: true
Size: 347 Bytes
Versions: 13
Compression:
Stored size: 347 Bytes
Contents
<% routers.each do |router| -%> <% if router['linklocalip'] -%> object Host "<%= router['name'] %> (<%= router['linklocalip'] %>)<%= " - #{router['project']}" if router['project'] %> - <%= router['zonename'] %>" { import "generic-host" address = "<%= router['linklocalip'] %>" groups = [ "CloudstackRouter" ] } <% end -%> <% end -%>
Version data entries
13 entries across 13 versions & 1 rubygems