Sha256: 021b60fb53299651fc7d0400c743be461513ad30add815ab89c4bda89d8a0369
Contents?: true
Size: 468 Bytes
Versions: 34
Compression:
Stored size: 468 Bytes
Contents
<% routers.each do |router| -%> <% if router['linklocalip'] -%> define host { host_name <%= router['name'] %> display_name <%= router['name'] %> (<%= router['linklocalip'] %>)<%= " - #{router['project']}" if router['project'] %> - <%= router['zonename'] %> address <%= router['linklocalip'] %> use Linux-Host,host-pnp hostgroups CloudstackRouter check_command check-host-alive register 1 } <% end -%> <% end -%>
Version data entries
34 entries across 34 versions & 1 rubygems