Project

General

Profile

Download (184 Bytes) Statistics
| Branch: | Tag: | Revision:
c8bc8ea6 Ewoud Kohl van Wijngaarden
# Install TFTP
0abdc8c6 Ohad Levy
class tftp::install {
710e20bb Ewoud Kohl van Wijngaarden
package { $tftp::params::package:
2c727592 Greg Sutcliffe
ensure => installed,
alias => 'tftp-server'
}

c1c9e2c6 Jan Vansteenkiste
package {'syslinux':
ensure => installed
}
0abdc8c6 Ohad Levy
}