Project

General

Profile

Download (295 Bytes) Statistics
| Branch: | Tag: | Revision:
define dhcp::pool (
$network,
$mask,
$range = false,
$gateway = false,
$pxeserver = undef,
) {

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)