SaltStack formula template filled with dummy content
Find a file
2019-02-21 04:20:24 +00:00
template Fix missing ')' 2019-02-15 20:14:47 +00:00
test/integration/default Remove release parameter from inspec.yaml, to allow travis runs on the available images 2019-02-17 21:20:43 -03:00
.gitignore Add a testing scaffold with kitchen-ci, inspec and travis support 2019-02-17 20:59:13 -03:00
.kitchen.yml Add a testing scaffold with kitchen-ci, inspec and travis support 2019-02-17 20:59:13 -03:00
.travis.yml feat(semantic-release): configure for this formula 2019-02-20 18:26:48 +00:00
CHANGELOG.md chore(release): 0.3.3 [skip ci] 2019-02-20 20:33:48 +00:00
CONTRIBUTING.md docs(contributing): add commit message formatting instructions 2019-02-21 04:20:24 +00:00
FORMULA chore(release): 0.3.3 [skip ci] 2019-02-20 20:33:48 +00:00
Gemfile Add a testing scaffold with kitchen-ci, inspec and travis support 2019-02-17 20:59:13 -03:00
LICENSE Updated the license and readme to match our standards. 2014-02-19 05:46:08 +00:00
pillar.example Add a testing scaffold with kitchen-ci, inspec and travis support 2019-02-17 20:59:13 -03:00
README.rst docs(contributing): add commit message formatting instructions 2019-02-21 04:20:24 +00:00
release-rules.js docs(contributing): add commit message formatting instructions 2019-02-21 04:20:24 +00:00
release.config.js docs(contributing): add commit message formatting instructions 2019-02-21 04:20:24 +00:00
TOFS_pattern.md Examples must be consistent 2019-02-07 17:47:09 +01:00
update_FORMULA.sh feat(semantic-release): configure for this formula 2019-02-20 18:26:48 +00:00

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.