From 11f28c219691fb2ff67a36a2457498587cbedc5b Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Fri, 25 Feb 2011 12:49:23 +0100 Subject: dhcp/subnet.conf.erb - corrected non-fatal warning --- templates/subnet.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/subnet.conf.erb b/templates/subnet.conf.erb index 4417af0..365c2f0 100644 --- a/templates/subnet.conf.erb +++ b/templates/subnet.conf.erb @@ -23,7 +23,6 @@ subnet <%=name%> netmask <%=netmask_eth0%> { <% else -%> option domain-name "<%=domain%>"; <% end -%> - include "<%=to_include%>"; <% if other_opts and not other_opts.empty? -%> <% if other_opts.is_a?(Array) -%> <%= other_opts.join(";\n") %> @@ -32,3 +31,4 @@ subnet <%=name%> netmask <%=netmask_eth0%> { <% end -%> <% end -%> } +include "<%=to_include%>"; -- cgit v1.2.3