================ template-formula ================ |img_travis| |img_sr| .. |img_travis| image:: https://travis-ci.com/saltstack-formulas/template-formula.svg?branch=master :target: https://travis-ci.com/saltstack-formulas/template-formula .. |img_sr| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg :target: https://github.com/semantic-release/semantic-release A SaltStack formula that is empty. It has dummy content to help with a quick start on a new formula and it serves as a style guide. **NOTE** See the full `Salt Formulas installation and usage instructions `_. If you are interested in writing or contributing to formulas, please pay attention to the `Writing Formula Section `_. If you want to use this formula, please pay attention to the ``FORMULA`` file and/or ``git tag``, which contains the currently released version. This formula is versioned according to `Semantic Versioning `_. See `Formula Versioning Section `_ for more details. Contributing to this repo ========================= **Commit message formatting is significant!!** Please see `CONTRIBUTING `_ for more details. Available states ================ .. contents:: :local: ``template`` ------------ Meta-state (This is a state that includes other states) This installs the template package, and starts the associated template service. ``template.install`` -------------------- This state will install the template package only. ``template.config`` ------------------- This state will configure the template service and has a depency on ``template.install`` via include list. ``template.service`` -------------------- This state will start the template service and has a depency on ``template.config`` via include list.