We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e0b57 commit 6463994Copy full SHA for 6463994
doc/ref/states/requisites.rst
@@ -563,7 +563,7 @@ The ``onfail`` requisite is applied in the same way as ``require`` and ``watch``
563
notify-build_failure:
564
hipchat.send_message:
565
- room_id: 123456
566
- - message: "Building website fail on {{ salt['grains.get']('id') }}"
+ - message: "Building website fail on {{ grains['id'] }}"
567
568
569
The default behavior of the ``onfail`` when multiple requisites are listed is
0 commit comments