Fix YAML-block in "Organizing Pillar data" part of "Salt Formulas" docs page (#32527)

This commit is contained in:
Andrew Pashkin 2016-04-13 17:06:19 +03:00 committed by Mike Place
parent d7f885adf2
commit e9da85ba91

View file

@ -788,10 +788,9 @@ service/software/etc, managed by the formula:
.. code-block:: yaml
mysql:
lookup:
version: 5.7.11
...
mysql:
lookup:
version: 5.7.11
Collecting common values
````````````````````````