Fix paths in proxyminion example

Default pillar root is /srv/pillar, not /srv/salt/pillar.
This commit is contained in:
Erik Johnson 2014-07-20 18:34:13 -05:00
parent d4a66c62b3
commit fa24e3c7fe

View file

@ -59,7 +59,7 @@ that may already contain all the details of proxy targets. To use static files
in pillar_roots, pattern your files after the following examples, which are
based on the diagram above:
``/srv/salt/pillar/top.sls``
``/srv/pillar/top.sls``
.. code-block:: yaml
@ -72,7 +72,7 @@ based on the diagram above:
- smsgateway
``/srv/salt/pillar/networkswitches.sls``
``/srv/pillar/networkswitches.sls``
.. code-block:: yaml
@ -93,7 +93,7 @@ based on the diagram above:
username: root
passwd: letmein
``/srv/salt/pillar/reallydumbdevices.sls``
``/srv/pillar/reallydumbdevices.sls``
.. code-block:: yaml
@ -107,7 +107,7 @@ based on the diagram above:
dumbdevice6:
proxytype: 433mhz_wireless
``/srv/salt/pillar/smsgateway.sls``
``/srv/pillar/smsgateway.sls``
.. code-block:: yaml