add depenency to salt-contrib's basicauth

This commit is contained in:
Arthur Lutz 2016-11-16 11:10:51 +01:00 committed by GitHub
parent 3c6f0e343e
commit cd2276b596

View File

@ -50,6 +50,10 @@ Installs nginx via the source files.
--------------- ---------------
Installs apache utils, and configures nginx users specified in the pillar. Installs apache utils, and configures nginx users specified in the pillar.
This requires `basicauth <https://github.com/saltstack/salt-contrib/blob/master/modules/basicauth.py>`_
from `salt-contrib <https://github.com/saltstack/salt-contrib/>`_ (either add it to your salt or ship
this single file in your `_modules` directory see `Dynamic Module Distribution
<https://docs.saltstack.com/en/latest/ref/file_server/dynamic-modules.html>`_
Next-generation, alternate approach Next-generation, alternate approach
=================================== ===================================