Project

General

Profile

Download (247 Bytes) Statistics
| Branch: | Tag: | Revision:
define dhcp::host (
$ip,
$mac,
$comment=''
) {

$host = $name
include dhcp::params

$dhcp_dir = $dhcp::params::dhcp_dir

concat::fragment { "dhcp.hosts+10_${name}.hosts"
content => template("dhcp/dhcpd.host.erb"),
}

}
(2-2/5)