Project

General

Profile

« Previous | Next » 

Revision c37432e0

Added by Andy Edmonds almost 12 years ago

Fix for DHCP file locations on Ubuntu. Tested on 11.04.

View differences:

manifests/params.pp
}
Ubuntu: {
$dhcp_vendor = 'isc'
$dhcp_config = '/etc/dhcp3/dhcpd.conf'
$dhcp_leases = '/var/lib/dhcp3/dhcpd.leases'
$dhcp_config = '/etc/dhcp/dhcpd.conf'
$dhcp_leases = '/var/lib/dhcp/dhcpd.leases'
}
default: {
$dhcp_vendor = 'isc'

Also available in: Unified diff