Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 1 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 2 | ================= |
| 3 | TFTPD HPA formula |
| 4 | ================= |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 5 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 6 | A TFTP server is mainly required for booting operating systems or |
| 7 | configurations over the network. |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 8 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 9 | |
| 10 | Sample pillars |
| 11 | ============== |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 12 | |
| 13 | TFTPD HPA server |
| 14 | |
jan kaufman | 3125aff | 2016-02-17 20:08:27 +0100 | [diff] [blame] | 15 | .. code-block:: yaml |
| 16 | |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 17 | tftpd_hpa: |
| 18 | server: |
| 19 | enabled: true |
Vasyl Saienko | d700598 | 2017-04-26 13:58:15 +0300 | [diff] [blame] | 20 | username: 'tftp' |
| 21 | path: '/var/lib/tftproot' |
| 22 | options: |
| 23 | - secure |
| 24 | - map-file: '/var/lib/tftproot/map-file' |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 25 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 26 | |
| 27 | More information |
| 28 | ================ |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 29 | |
jan kaufman | 3125aff | 2016-02-17 20:08:27 +0100 | [diff] [blame] | 30 | * http://chschneider.eu/linux/server/tftpd-hpa.shtml |
Filip Pytloun | bf0fd58 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 31 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 32 | |
Filip Pytloun | bf0fd58 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 33 | Documentation and Bugs |
| 34 | ====================== |
| 35 | |
| 36 | To learn how to install and update salt-formulas, consult the documentation |
| 37 | available online at: |
| 38 | |
| 39 | http://salt-formulas.readthedocs.io/ |
| 40 | |
| 41 | In the unfortunate event that bugs are discovered, they should be reported to |
| 42 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 43 | formula: |
| 44 | |
| 45 | https://github.com/salt-formulas/salt-formula-tftpd-hpa/issues |
| 46 | |
| 47 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 48 | use Launchpad salt-formulas project: |
| 49 | |
| 50 | https://launchpad.net/salt-formulas |
| 51 | |
| 52 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 53 | |
| 54 | https://launchpad.net/~salt-formulas-users |
| 55 | |
| 56 | Developers wishing to work on the salt-formulas projects should always base |
| 57 | their work on master branch and submit pull request against specific formula. |
| 58 | |
| 59 | https://github.com/salt-formulas/salt-formula-tftpd-hpa |
| 60 | |
| 61 | Any questions or feedback is always welcome so feel free to join our IRC |
| 62 | channel: |
| 63 | |
| 64 | #salt-formulas @ irc.freenode.net |