Structured Layered State name added insted of SaLt State file

This commit is contained in:
Tanmoy037 2023-06-22 21:57:42 +05:30 committed by Megan Wilhite
parent 8950f1198b
commit eb5473596a

View file

@ -10,8 +10,8 @@ Many of the most powerful and useful engineering solutions are founded on
simple principles. Salt States strive to do just that: K.I.S.S. (Keep It
Stupidly Simple)
The core of the Salt State system is the SLS, or **S**\ a\ **L**\ t
**S**\ tate file. The SLS is a representation of the state in which
The core of the Salt State system is the SLS, or **S**\ tructured **L**\ ayered **S**\ tate.
The SLS is a representation of the state in which
a system should be in, and is set up to contain this data in a simple format.
This is often called configuration management.