Project

General

Profile

« Previous | Next » 

Revision 5a3e04a0

Added by Jim Perrin about 12 years ago

Windows PXE requires a map file to handles backslashes and pathing

View differences:

manifests/config.pp
require => [Class['tftp::install'], Class['xinetd::install']],
notify => Class['xinetd::service']
}
file {'/etc/tftpd.map':
content => template('tftp/tftpd.map'),
mode => '0644',
require => [Class['tftp::install'], Class['xinetd::install']],
notify => Class['xinetd::service']
}
file { $tftp::params::root:
ensure => directory,

Also available in: Unified diff