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:
Stephen Medina 2015-10-02 14:25:48 -07:00 committed by rallytime
parent 27fcecccbe
commit a9063a9745

View file

@ -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