Added docs for firewalling, batching, and running without root to TOC

This commit is contained in:
Seth House 2012-06-10 09:19:22 -07:00
parent df6ad7e684
commit 345df8b64a
3 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Full Table of Contents
topics/tutorials/bootstrap_ec2
topics/pillar/index
topics/jobs/index
topics/nonroot
topics/troubleshooting/index
topics/troubleshooting/yaml_idiosyncrasies
topics/community

View File

@ -86,6 +86,10 @@ configuration.
:doc:`Compound matchers </topics/targeting/compound>`
Combine the above matchers as a single target.
:doc:`Batching execution </topics/targeting/batch>`
Loop through all matching minions so that only a subset are executing a
command at one time.
Remote execution
----------------
@ -171,6 +175,9 @@ Salt is many splendid things.
one minion by querying live data from all the others. With great power
comes great responsibility.
:doc:`Running Salt without root <topics/nonroot>`
:doc:`Firewall settings and Salt <topics/tutorials/firewall>`
:doc:`Network topology <ref/topology>`
At it's core, Salt is a highly scalable communication layer built on
top of ZeroMQ that enables remote execution and configuration

View File

@ -31,3 +31,4 @@ There are many ways to target individual minions or groups of minions in Salt:
grains
nodegroups
compound
batch