diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/host.conf.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/host.conf.erb b/templates/host.conf.erb index 2cdb4af..20ba6e6 100644 --- a/templates/host.conf.erb +++ b/templates/host.conf.erb @@ -5,4 +5,7 @@ host <%=name%> { <% else -%> fixed-address <%=name%>; <% end -%> +<% if options -%> + <%=options%> +<% end -%> } |