Project

General

Profile

« Previous | Next » 

Revision 92d8eb07

Added by Andy Edmonds almost 12 years ago

Added support for ubuntu

View differences:

manifests/params.pp
$daemon = true
$service = 'tftpd-hpa'
}
Ubuntu: {
$root = "/var/lib/tftpboot/"
$daemon = true
$service = 'tftpd-hpa'
}
default: {
$root = '/tftpboot'
$daemon = false

Also available in: Unified diff