Merge pull request #39294 from sergeizv/fix-link

Fix link in proxyminion guide
This commit is contained in:
Mike Place 2017-02-09 15:15:51 -07:00 committed by GitHub
commit 0b4dcf4a47

View File

@ -263,7 +263,8 @@ the "name" of the device, and is used by the salt-master for targeting and key
authentication.
Here is an example proxymodule used to interface to a *very* simple REST
server. Code for the server is in the `salt-contrib GitHub repository <https://github.com/saltstack/salt-contrib/proxyminion_rest_example>`_
server. Code for the server is in the `salt-contrib GitHub repository
<https://github.com/saltstack/salt-contrib/tree/master/proxyminion_rest_example>`_
This proxymodule enables "service" enumeration, starting, stopping, restarting,
and status; "package" installation, and a ping.