| |
| ================================== |
| {{cookiecutter.service_name|capfirst}} Formula |
| ================================== |
| |
| Service {{cookiecutter.service_name}} description |
| |
| |
| Sample Metadata |
| =============== |
| |
| Single {{cookiecutter.service_name}} service |
| |
| .. code-block:: yaml |
| |
| {{cookiecutter.service_name}}: |
| {{cookiecutter.role_name}}: |
| enabled: true |
| |
| |
| References |
| ========== |
| |
| * A link to the documentation |
| * A link to the home page |
| * A link to the source code |
| |
| |
| Documentation and Bugs |
| ====================== |
| |
| To learn how to install and update salt-formulas, consult the documentation |
| available online at: |
| |
| http://salt-formulas.readthedocs.io/ |
| |
| In the unfortunate event that bugs are discovered, they should be reported to |
| the appropriate issue tracker. Use GitHub issue tracker for specific salt |
| formula: |
| |
| https://github.com/salt-formulas/salt-formula-{{cookiecutter.service_name}}/issues |
| |
| For feature requests, bug reports or blueprints affecting entire ecosystem, |
| use Launchpad salt-formulas project: |
| |
| https://launchpad.net/salt-formulas |
| |
| Developers wishing to work on the salt-formulas projects should always base |
| their work on master branch and submit pull request against specific formula. |
| |
| You should also subscribe to mailing list (salt-formulas@freelists.org): |
| |
| https://www.freelists.org/list/salt-formulas |
| |
| Any questions or feedback is always welcome so feel free to join our IRC |
| channel: |
| |
| #salt-formulas @ irc.freenode.net |