mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fixed Jinja typo in faq.rst
A closing curly brace was missing in the first block of Jinja code under the "Restart using states" section.
This commit is contained in:
parent
df9317ed39
commit
76cd070e2d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue