Add jinja to ssh sls test file

This commit is contained in:
Ch3LL 2017-11-20 12:26:09 -05:00
parent a8044b73c3
commit ca97517795
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -1,4 +1,5 @@
{% set jinja = 'test' %}
ssh-file-test:
file.managed:
- name: /tmp/test
- name: /tmp/{{ jinja }}
- contents: 'test'