From: Cédric Jeanneret Date: Fri, 25 Feb 2011 11:49:23 +0000 (+0100) Subject: dhcp/subnet.conf.erb - corrected non-fatal warning X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=11f28c219691fb2ff67a36a2457498587cbedc5b;p=puppet-dhcp.git dhcp/subnet.conf.erb - corrected non-fatal warning --- 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%>";