Project

General

Profile

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

include dhcp::params

$dhcp_dir = $dhcp::params::dhcp_dir

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