aboutsummaryrefslogtreecommitdiff
path: root/templates/host.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.conf.erb')
-rw-r--r--templates/host.conf.erb3
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 -%>
}