]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
dhcp/subnet.conf.erb - corrected non-fatal warning
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>
Fri, 25 Feb 2011 11:49:23 +0000 (12:49 +0100)
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>
Fri, 25 Feb 2011 11:49:23 +0000 (12:49 +0100)
templates/subnet.conf.erb

index 4417af04d8ce536b7cbe3bb0453af40eb61a5547..365c2f01268ebcb81556e1f4b11864f113395277 100644 (file)
@@ -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%>";