Readding orchestrate tutorial links

This commit is contained in:
Nitin Madhok 2014-12-08 12:56:05 -05:00
parent 325e948406
commit 07b4b4a688
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ def orchestrate(mods, saltenv='base', test=None, exclude=None, pillar=None):
.. seealso:: More Orchestrate documentation
* :ref:`Full Orchestrate Tutorial <orchestrate-runner>`
* :py:mod:`Docs for the master-side state module <salt.states.saltmod>`
CLI Examples:

View File

@ -9,6 +9,7 @@ modules. These state functions wrap Salt's :ref:`Python API <python-api>`.
.. seealso:: More Orchestrate documentation
* :ref:`Full Orchestrate Tutorial <orchestrate-runner>`
* :py:func:`The Orchestrate runner <salt.runners.state.orchestrate>`
'''
from __future__ import absolute_import