Merge pull request #14654 from whiteinge/doc-saltmod-state

Add missing code block to saltmod state docs
This commit is contained in:
Pedro Algarvio 2014-07-31 03:45:16 +01:00
commit dfd4686a6c

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*'