Project

General

Profile

Download (227 Bytes) Statistics
| Branch: | Tag: | Revision:
define dhcp::dhcp_class (
$parameters
) {
concat::fragment { "dhcp.conf+50_${name}.dhcp":
target => "${::dhcp::dhcp_dir}/dhcpd.conf",
content => template('dhcp/dhcpd.class.erb'),
order => "50-${name}",
}
}
(1-1/6)