From 1c0c318f5a5c8412d91dc9668879b8cf79f37261 Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Thu, 31 Mar 2011 12:59:41 +0200 Subject: dhcp::host - added new argument: options --- templates/host.conf.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') 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 -%> } -- cgit v1.2.3