Michael Kutý | f0c0aa7 | 2015-11-19 21:51:21 +0100 | [diff] [blame] | 1 | |
| 2 | ================================== |
Petr Ruzicka | 9d1d97c | 2018-01-30 16:07:07 +0100 | [diff] [blame] | 3 | {{cookiecutter.service_name|capfirst}} Formula |
Michael Kutý | f0c0aa7 | 2015-11-19 21:51:21 +0100 | [diff] [blame] | 4 | ================================== |
| 5 | |
| 6 | Service {{cookiecutter.service_name}} description |
| 7 | |
Filip Pytloun | 72cd397 | 2018-01-18 13:40:40 +0100 | [diff] [blame] | 8 | |
Aleš Komárek | 8e70bae | 2018-01-30 23:03:28 +0100 | [diff] [blame] | 9 | Sample Metadata |
| 10 | =============== |
Michael Kutý | f0c0aa7 | 2015-11-19 21:51:21 +0100 | [diff] [blame] | 11 | |
| 12 | Single {{cookiecutter.service_name}} service |
| 13 | |
| 14 | .. code-block:: yaml |
| 15 | |
| 16 | {{cookiecutter.service_name}}: |
Michael Kutý | ee3d709 | 2015-12-04 17:04:39 +0100 | [diff] [blame] | 17 | {{cookiecutter.role_name}}: |
Michael Kutý | f0c0aa7 | 2015-11-19 21:51:21 +0100 | [diff] [blame] | 18 | enabled: true |
Michael Kutý | f0c0aa7 | 2015-11-19 21:51:21 +0100 | [diff] [blame] | 19 | |
Petr Michalec | 993e3fa | 2016-07-15 15:56:34 +0200 | [diff] [blame] | 20 | |
Aleš Komárek | 8e70bae | 2018-01-30 23:03:28 +0100 | [diff] [blame] | 21 | References |
| 22 | ========== |
Petr Michalec | 993e3fa | 2016-07-15 15:56:34 +0200 | [diff] [blame] | 23 | |
Aleš Komárek | 8e70bae | 2018-01-30 23:03:28 +0100 | [diff] [blame] | 24 | * A link to the documentation |
| 25 | * A link to the home page |
| 26 | * A link to the source code |
Petr Michalec | 993e3fa | 2016-07-15 15:56:34 +0200 | [diff] [blame] | 27 | |
| 28 | |
Filip Pytloun | 72cd397 | 2018-01-18 13:40:40 +0100 | [diff] [blame] | 29 | Documentation and Bugs |
| 30 | ====================== |
| 31 | |
| 32 | To learn how to install and update salt-formulas, consult the documentation |
| 33 | available online at: |
| 34 | |
| 35 | http://salt-formulas.readthedocs.io/ |
| 36 | |
| 37 | In the unfortunate event that bugs are discovered, they should be reported to |
| 38 | the appropriate issue tracker. Use GitHub issue tracker for specific salt |
| 39 | formula: |
| 40 | |
| 41 | https://github.com/salt-formulas/salt-formula-{{cookiecutter.service_name}}/issues |
| 42 | |
| 43 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 44 | use Launchpad salt-formulas project: |
| 45 | |
| 46 | https://launchpad.net/salt-formulas |
| 47 | |
| 48 | Developers wishing to work on the salt-formulas projects should always base |
| 49 | their work on master branch and submit pull request against specific formula. |
| 50 | |
| 51 | You should also subscribe to mailing list (salt-formulas@freelists.org): |
| 52 | |
| 53 | https://www.freelists.org/list/salt-formulas |
| 54 | |
| 55 | Any questions or feedback is always welcome so feel free to join our IRC |
| 56 | channel: |
| 57 | |
| 58 | #salt-formulas @ irc.freenode.net |