Project

General

Profile

« Previous | Next » 

Revision d0a2c0af

Added by Ewoud Kohl van Wijngaarden over 9 years ago

Minimize diff to puppetlabs-dhcp

View differences:

manifests/host.pp
define dhcp::host (
$ip,
$mac,
$comment=''
) {
$ip,
$mac,
$comment=''
) {
$host = $name
include dhcp::params
......
concat_fragment { "dhcp.hosts+10_${name}.hosts":
content => template('dhcp/dhcpd.host.erb'),
}
}

Also available in: Unified diff