aboutsummaryrefslogtreecommitdiff
path: root/templates/shared-network.erb
blob: 99a7acac3b9c286f46f30c77dd67dff6529157d2 (plain)
1
2
3
4
5
6
7
#### dhcp::shared-network <%= name %>
shared-network <%= name %> {
<% subnets.each do |subnet| -%>
  include "<%= scope.lookupvar("dhcp::params::config_dir") %>/subnets/<%= subnet %>.conf";
<% end -%>
}
#### END <%= name %>