mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix paths in proxyminion example
Default pillar root is /srv/pillar, not /srv/salt/pillar.
This commit is contained in:
parent
d4a66c62b3
commit
fa24e3c7fe
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue