commit | 5fff55242b718ec5c0fd211a9e8c2ef56da2ebad | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Sun Sep 21 17:52:22 2014 +0200 |
committer | Ales Komarek <mail@newt.cz> | Sun Sep 21 17:52:22 2014 +0200 |
tree | 5633ffb410bec4f329224f81d7578c8891b60fa6 | |
parent | 9b747bfb9493185fd8174f4465907a39d870c211 [diff] [blame] |
subnet
diff --git a/files/dhcpd.subnets b/files/dhcpd.subnets index 2e46c1a..b1f6774 100644 --- a/files/dhcpd.subnets +++ b/files/dhcpd.subnets
@@ -1,3 +1,5 @@ +{%- from "isc_dhcp/map.jinja" import server with context %} + {%- for subnet_name, subnet in server.subnet.iteritems() %} subnet {{ subnet.network }} netmask {{ subnet.netmask }} {