From 345df8b64ae6b49b18a64d08029714a3b360dfb6 Mon Sep 17 00:00:00 2001 From: Seth House Date: Sun, 10 Jun 2012 09:19:22 -0700 Subject: [PATCH] Added docs for firewalling, batching, and running without root to TOC --- doc/contents.rst | 1 + doc/index.rst | 7 +++++++ doc/topics/targeting/index.rst | 1 + 3 files changed, 9 insertions(+) diff --git a/doc/contents.rst b/doc/contents.rst index cc38fa6a27..194fb66637 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -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 diff --git a/doc/index.rst b/doc/index.rst index eef102c18b..fa5cb009d5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -86,6 +86,10 @@ configuration. :doc:`Compound matchers ` Combine the above matchers as a single target. +:doc:`Batching execution ` + 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 ` +:doc:`Firewall settings and Salt ` + :doc:`Network topology ` At it's core, Salt is a highly scalable communication layer built on top of ZeroMQ that enables remote execution and configuration diff --git a/doc/topics/targeting/index.rst b/doc/topics/targeting/index.rst index 0016155855..86b5cd03da 100644 --- a/doc/topics/targeting/index.rst +++ b/doc/topics/targeting/index.rst @@ -31,3 +31,4 @@ There are many ways to target individual minions or groups of minions in Salt: grains nodegroups compound + batch