Added (very) basic docs on adding wheel/runner modules to eauth docs

This commit is contained in:
Seth House 2013-11-15 15:18:39 -07:00
parent 5add97e36b
commit f026e1977c

View File

@ -29,6 +29,17 @@ So, the above allows the user thatch to execute functions in the test and
network modules on the minions that match the web* target. User steve is
given unrestricted access to minion commands.
To allow access to :ref:`wheel modules <all-salt.wheel>` or :ref:`runner
modules <all-salt.runner>` the following ``@`` syntax must be used:
.. code-block:: yaml
external_auth:
pam:
thatch:
- '@wheel'
- '@runner'
The external authentication system can then be used from the command line by
any user on the same system as the master with the `-a` option: