forked from rho_n/hpr_generator
8 lines
188 B
HTML
8 lines
188 B
HTML
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
|
|
<!--% FOREACH host IN DBI.query(
|
|
'select h.hostid from hosts as h'
|
|
) %-->
|
|
,<!--% host.hostid %-->
|
|
<!--% END %-->
|
|
|