================= | |
TFTPD HPA formula | |
================= | |
A TFTP server is mainly required for booting operating systems or | |
configurations over the network. | |
Sample pillars | |
============== | |
TFTPD HPA server | |
.. code-block:: yaml | |
tftpd_hpa: | |
server: | |
enabled: true | |
username: 'tftp' | |
path: '/var/lib/tftproot' | |
options: | |
- secure | |
- map-file: '/var/lib/tftproot/map-file' | |
More information | |
================ | |
* http://chschneider.eu/linux/server/tftpd-hpa.shtml |