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