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/pool.pp
$dhcp_dir = $dhcp::params::dhcp_dir
concat::fragment { "dhcp_pool_${name}":
target => "${dhcp_dir}/dhcpd.conf",
content => template("dhcp/dhcpd.pool.erb"),
order => 70,
concat_fragment { "dhcp.conf+70_${name}.dhcp":
content => template("dhcp/dhcpd.pool.erb"),
}
}

Also available in: Unified diff