Merge branch 'develop' into develop

This commit is contained in:
mahesh21 2017-10-02 15:46:54 -04:00 committed by GitHub
commit 71793e4440

View File

@ -325,7 +325,7 @@ The following example works on UNIX-like operating systems:
.. code-block:: jinja
{%- if grains['os'] != 'Windows' %
{%- if grains['os'] != 'Windows' %}
Restart Salt Minion:
cmd.run:
- name: 'salt-call --local service.restart salt-minion'