Add missing code block to saltmod state docs

This commit is contained in:
Seth House 2014-07-30 19:19:40 -07:00
parent 73ccf71038
commit 215e307185

View File

@ -8,6 +8,8 @@ intended for use primarily from the state runner from the master.
The salt.state declaration can call out a highstate or a list of sls:
.. code-block:: yaml
webservers:
salt.state:
- tgt: 'web*'