salt/tests/integration/files/file/base/jinja_dot_notation.sls
2015-04-15 16:39:08 -06:00

7 lines
181 B
Plaintext

{# 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 }}