aboutsummaryrefslogtreecommitdiff
path: root/templates/host.conf.erb
blob: 2cdb4af08d2fb1ec9a6dd4a9b5c83ec548a16479 (plain)
1
2
3
4
5
6
7
8
host <%=name%> {
  hardware ethernet <%=mac%>;
<% if fixed_address -%>
  fixed-address <%=fixed_address%>;
<% else -%>
  fixed-address <%=name%>;
<% end -%>
}