template-formula/README.rst

2 KiB

template-formula

img_travis img_sr

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

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.