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 |
| 20 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 21 | |
| 22 | More information |
| 23 | ================ |
Ales Komarek | b08b9cd | 2014-09-08 16:01:03 +0200 | [diff] [blame] | 24 | |
jan kaufman | 3125aff | 2016-02-17 20:08:27 +0100 | [diff] [blame] | 25 | * http://chschneider.eu/linux/server/tftpd-hpa.shtml |
Filip Pytloun | bf0fd58 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 26 | |
Ales Komarek | 53ae462 | 2017-04-04 17:48:09 +0200 | [diff] [blame] | 27 | |
Filip Pytloun | bf0fd58 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 28 | Documentation and Bugs |
| 29 | ====================== |
| 30 | |
| 31 | To learn how to install and update salt-formulas, consult the documentation |
| 32 | available online at: |
| 33 | |
| 34 | http://salt-formulas.readthedocs.io/ |
| 35 | |
| 36 | In the unfortunate event that bugs are discovered, they should be reported to |
| 37 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 38 | formula: |
| 39 | |
| 40 | https://github.com/salt-formulas/salt-formula-tftpd-hpa/issues |
| 41 | |
| 42 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 43 | use Launchpad salt-formulas project: |
| 44 | |
| 45 | https://launchpad.net/salt-formulas |
| 46 | |
| 47 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 48 | |
| 49 | https://launchpad.net/~salt-formulas-users |
| 50 | |
| 51 | Developers wishing to work on the salt-formulas projects should always base |
| 52 | their work on master branch and submit pull request against specific formula. |
| 53 | |
| 54 | https://github.com/salt-formulas/salt-formula-tftpd-hpa |
| 55 | |
| 56 | Any questions or feedback is always welcome so feel free to join our IRC |
| 57 | channel: |
| 58 | |
| 59 | #salt-formulas @ irc.freenode.net |