@@ -4,7 +4,7 @@ What is Salt?
44
55.. rubric :: We’re not just talking about NaCl.
66
7- Distributed remote execution
7+ Distributed Remote Execution
88============================
99
1010Salt is a distributed remote execution system used to execute commands and
@@ -26,7 +26,7 @@ server/client model with the needed functionality built into a single set of
2626daemons. While the default configuration will work with little to no
2727modification, Salt can be fine tuned to meet specific needs.
2828
29- Parallel execution
29+ Parallel Execution
3030==================
3131
3232The core function of Salt is to enable remote commands to be called in parallel
@@ -36,7 +36,7 @@ also introduces more granular controls to the realm of remote execution,
3636allowing for commands to be executed in parallel and for systems to be targeted
3737based on more than just hostname, but by system properties.
3838
39- Building on proven technology
39+ Building on Proven Technology
4040=============================
4141
4242Salt takes advantage of a number of technologies and techniques. The networking
@@ -49,7 +49,7 @@ Python pickles, enabling fast and light network traffic.
4949
5050.. _`ZeroMQ` : http://www.zeromq.org/
5151
52- Python client interface
52+ Python Client Interface
5353=======================
5454
5555In order to allow for simple expansion, Salt execution routines can be written
@@ -59,8 +59,8 @@ a simple Python API, or from the command line, so that Salt can be used to
5959execute one-off commands as well as operate as an integral part of a larger
6060application.
6161
62- Fast, flexible, scalable, pretty, secure
63- ========================================
62+ Fast, Flexible, Scalable, Secure
63+ ================================
6464
6565The result is a system that can execute commands across groups of
6666varying size, from very few to very many servers at considerably high
0 commit comments