needs newlines
This commit is contained in:
parent
26ea8e8e8d
commit
4e67d6f1b8
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<% @extra_host_groups.each do |group, members| -%>
|
||||
# <%= group -%>
|
||||
define hostgroup {
|
||||
hostgroup_name <%= group -%>
|
||||
alias <%= group -%>
|
||||
members <%= members -%>
|
||||
hostgroup_name <%= group %>
|
||||
alias <%= group %>
|
||||
members <%= members %>
|
||||
}
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue