Bugfix: syntax error in the example

This commit is contained in:
Bo Maryniuk 2017-07-12 18:04:05 +02:00
parent 8c71257a4b
commit 1391a05d5e

View file

@ -124,13 +124,12 @@ State Module Changes
# After
run_something:
module.run:
mymodule.something:
- mymodule.something:
- name: some name
- first_arg: one
- second_arg: two
- do_stuff: True
Since a lot of users are already using :py:func:`module.run
<salt.states.module.run>` states, this new behavior must currently be
explicitly turned on, to allow users to take their time updating their SLS