• Stars
    star
    338
  • Rank 124,931 (Top 3 %)
  • Language
    C
  • Created about 13 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of salt state files for use and testing

Salt States

This repository is intended as a collection of salt states which can be checked out and used.

Since Salt is intended as a means to control minion state and flow this is a needed step in developing more powerful state management.

Using this Repository

Clone this repository to get started. SLS implementations are provided as working examples and possible good configurations. Every effort is made to ensure the quality and upkeep of this repository.

Once cloned, there are several example top.sls files for review. The 'top.sls' is used to implement every state declaration, with the exception of the absent declarations.

Questions can be sent to the salt mailing list at [email protected] or directed to #salt (the IRC support channel) on irc.freenode.net. Patches are accepted as pull requests to the github repository. To learn more about pull requests, see https://help.github.com/articles/using-pull-requests.

More Repositories