salt/tests/integration/files/file/base/jinja_dot_notation.sls

7 lines
181 B
Plaintext
Raw Normal View History

2015-04-15 22:39:08 +00:00
{# This syntax should be equivalent to salt['test.ping']() #}
{% set is_true = salt.test.ping() %}
always-passes:
test.succeed_without_changes:
- name: is_true_{{ is_true }}