Project

General

Profile

Download (263 Bytes) Statistics
| Branch: | Tag: | Revision:
define dhcp::pool (
$network,
$mask,
$range = false,
$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)