mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
clean up spacing
This commit is contained in:
parent
7face0e522
commit
6fd4d4c9dc
@ -69,7 +69,7 @@ Writing your own customizations on top of Salt
|
||||
ref/modules/index
|
||||
ref/grains
|
||||
ref/returners/index
|
||||
ref/states
|
||||
ref/states/index
|
||||
ref/runners
|
||||
ref/renderers
|
||||
ref/python-api
|
||||
@ -83,7 +83,7 @@ Writing your own customizations on top of Salt
|
||||
:doc:`Writing returners <ref/returners/index>`
|
||||
| :doc:`full list of returners <ref/returners/returners>`
|
||||
* **State enforcement:**
|
||||
:doc:`States <ref/states>`
|
||||
:doc:`States <ref/states/index>`
|
||||
| :doc:`Renderers <ref/renderers>`
|
||||
* **Python API:**
|
||||
:doc:`Python API <ref/python-api>`
|
||||
|
@ -34,6 +34,7 @@ Minion Execution Modules
|
||||
|
||||
The minion execution modules or just ``modules`` are the core to what salt is
|
||||
and does. These modules are found in:
|
||||
|
||||
https://github.com/thatch45/salt/tree/master/salt/modules
|
||||
|
||||
These modules are what is called by the salt command line and the salt client
|
||||
@ -52,6 +53,7 @@ The Salt grains are the interface used for auto detection and dynamic assignment
|
||||
of execution modules and types to specific salt minions.
|
||||
|
||||
The code used to generate the Salt grains can be found here:
|
||||
|
||||
https://github.com/thatch45/salt/tree/master/salt/grains
|
||||
|
||||
States
|
||||
@ -61,6 +63,7 @@ Salt supports state enforcement, this makes Salt a high speed and very efficient
|
||||
solution for system configuration management.
|
||||
|
||||
States can be easily added to Salt by dropping a new state module in:
|
||||
|
||||
https://github.com/thatch45/salt/tree/master/salt/states
|
||||
|
||||
Renderers
|
||||
@ -73,6 +76,7 @@ format that can be dreamed is possible, so long as a renderer is written for
|
||||
it.
|
||||
|
||||
The existing renderers can be found here:
|
||||
|
||||
https://github.com/thatch45/salt/tree/master/salt/renderers
|
||||
|
||||
Returners
|
||||
@ -84,6 +88,7 @@ makes it programmatically possible for the information to be sent to anything
|
||||
from an SQL or NOSQL database, to a custom application made to use Salt.
|
||||
|
||||
The existing returners can be found here:
|
||||
|
||||
https://github.com/thatch45/salt/tree/master/salt/returners
|
||||
|
||||
Runners
|
||||
@ -95,4 +100,5 @@ The Salt Runners what is called by the salt-run command and are meant to
|
||||
act as a generic interface for encapsulating master side executions.
|
||||
|
||||
Existing Salt runners are located here:
|
||||
|
||||
https://github.com/thatch45/salt/tree/master/salt/runners
|
||||
|
Loading…
Reference in New Issue
Block a user