clean up spacing

This commit is contained in:
Thomas S Hatch 2011-07-01 17:10:27 -06:00
parent 7face0e522
commit 6fd4d4c9dc
2 changed files with 8 additions and 2 deletions

View File

@ -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>`

View File

@ -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