mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix typo in default pillar path
I am a newb and this threw me off for a bit. Wanted to make it consistent with the rest of the doc.
This commit is contained in:
parent
d22ada02ca
commit
afcc12bc9b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ creates a consistent understanding throughout our Salt environment. Users can
|
|||
expect that pillar variables found in an Apache state will live inside of an
|
||||
Apache pillar:
|
||||
|
||||
``/srv/salt/pillar/apache.sls``:
|
||||
``/srv/pillar/apache.sls``:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue