Project

General

Profile

Download (226 Bytes) Statistics
| Branch: | Tag: | Revision:
class tftp::params {
case $::operatingsystem {
Debian: {
$root = "/srv/tftp"
$daemon = true
$service = 'tftpd-hpa'
}
default: {
$root = '/tftpboot'
$daemon = false
}
}
}
(4-4/5)