Project

General

Profile

« Previous | Next » 

Revision 142c1fd3

Added by Greg Sutcliffe about 12 years ago

Rework to use my rewritten concat module

View differences:

manifests/host.pp
$dhcp_dir = $dhcp::params::dhcp_dir
concat::fragment { "dhcp_host_${name}":
target => "${dhcp_dir}/dhcpd.hosts",
content => template("dhcp/dhcpd.host.erb"),
order => 10,
concat::fragment { "dhcp.hosts+10_${name}.hosts"
content => template("dhcp/dhcpd.host.erb"),
}
}
}

Also available in: Unified diff