diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2011-06-22 10:52:53 +0200 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2011-06-22 10:52:53 +0200 |
commit | b2f56872e2e8ad9a0b2fa4e7d08eb888638d286f (patch) | |
tree | 891c8f1f258282d9c31f0702914fc3deb92f31c8 /templates | |
parent | 65fe9001efdbcc2ab28816bd0ab1298dea610faa (diff) | |
download | puppet-dhcp-b2f56872e2e8ad9a0b2fa4e7d08eb888638d286f.tar.gz puppet-dhcp-b2f56872e2e8ad9a0b2fa4e7d08eb888638d286f.tar.bz2 |
dhcp::subnet - added new argument, and updated related template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/subnet.conf.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/subnet.conf.erb b/templates/subnet.conf.erb index 95b0660..89ca82f 100644 --- a/templates/subnet.conf.erb +++ b/templates/subnet.conf.erb @@ -31,4 +31,3 @@ subnet <%=name%> netmask <%=netmask_eth0%> { <% end -%> <% end -%> } -include "<%=to_include%>"; |