Merge pull request #43862 from dwiest/patch-1

Fixed Jinja typo in faq.rst
This commit is contained in:
Nicole Thomas 2017-10-02 15:40:09 -04:00 committed by GitHub
commit 8a1ae5c465

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'