Merge branch '2017.7' into fix_cmd_run_all_bg

This commit is contained in:
Ronald van Zantvoort 2018-02-09 08:32:48 +01:00 committed by GitHub
commit 771758fbca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -777,8 +777,8 @@ def highstate(test=None, queue=False, **kwargs):
.. code-block:: bash
salt '*' state.higstate exclude=bar,baz
salt '*' state.higstate exclude=foo*
salt '*' state.highstate exclude=bar,baz
salt '*' state.highstate exclude=foo*
salt '*' state.highstate exclude="[{'id': 'id_to_exclude'}, {'sls': 'sls_to_exclude'}]"
saltenv