Project

General

Profile

« Previous | Next » 

Revision 570e8e3f

Added by Greg Sutcliffe about 12 years ago

Enable daemonized TFTP server

View differences:

manifests/params.pp
class tftp::params {
$root = '/tftpboot'
case $::operatingsystem {
Debian: {
$root = "/srv/tftp"
$daemon = true
$service = 'tftpd-hpa'
}
default: {
$root = '/tftpboot'
$daemon = false
}
}
}

Also available in: Unified diff