From f026e1977cfdce974875dec67aa57611be978c8b Mon Sep 17 00:00:00 2001 From: Seth House Date: Fri, 15 Nov 2013 15:18:39 -0700 Subject: [PATCH] Added (very) basic docs on adding wheel/runner modules to eauth docs --- doc/topics/eauth/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/topics/eauth/index.rst b/doc/topics/eauth/index.rst index 3332bf24de..524db8c85b 100644 --- a/doc/topics/eauth/index.rst +++ b/doc/topics/eauth/index.rst @@ -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 ` or :ref:`runner +modules ` 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: