aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2011-02-25 12:49:23 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2011-02-25 12:49:23 +0100
commit11f28c219691fb2ff67a36a2457498587cbedc5b (patch)
tree64d909d2ce3481f24a2997688d510fdb9f4878bd /templates
parentfeda3555124d99c37df39de9055174c72f8864db (diff)
downloadpuppet-dhcp-11f28c219691fb2ff67a36a2457498587cbedc5b.tar.gz
puppet-dhcp-11f28c219691fb2ff67a36a2457498587cbedc5b.tar.bz2
dhcp/subnet.conf.erb - corrected non-fatal warning
Diffstat (limited to 'templates')
-rw-r--r--templates/subnet.conf.erb2
1 files changed, 1 insertions, 1 deletions
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%>";