Having gained the mastery of YAML files, we (and by “we” I mean “you”) can begin looking at creating Salt States and having repeatable configurations. Salt State files have the SLS extension as we have already seen when configuring vim.
State vs. flow
Rendering engines and the default Jinja|YAML
Installing common software packages
Managing services with State files
Delivering and editing files using Salt
Using Salt Formulas
Syntax checking State files
State vs. Flow
The ...