Project

General

Profile

Download (255 Bytes) Statistics
| Branch: | Tag: | Revision:
define dhcp::pool (
$network,
$mask,
$range,
$gateway
) {

include dhcp::params

$dhcp_dir = $dhcp::params::dhcp_dir

concat_fragment { "dhcp.conf+70_${name}.dhcp":
content => template("dhcp/dhcpd.pool.erb"),
}

}

(5-5/5)