Project

General

Profile

« Previous | Next » 

Revision 837bfccb

Added by Greg Petras over 9 years ago

fixes #8942 - ability to override tftp root parameter

Fixes GH-138

View differences:

manifests/tftp.pp
# Set up the tftp component
class foreman_proxy::tftp {
include ::tftp
class { '::tftp':
root => $foreman_proxy::tftp_root,
}
file{ $foreman_proxy::tftp_dirs:
ensure => directory,

Also available in: Unified diff