blob: 20ba6e6cbfd7279f0ba06123441d87b9002e1fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
host <%=name%> {
hardware ethernet <%=mac%>;
<% if fixed_address -%>
fixed-address <%=fixed_address%>;
<% else -%>
fixed-address <%=name%>;
<% end -%>
<% if options -%>
<%=options%>
<% end -%>
}
|