Merge pull request #44608 from Ch3LL/ssh_jinja

Add jinja to ssh sls test file
This commit is contained in:
Nicole Thomas 2017-11-27 17:00:27 -05:00 committed by GitHub
commit f2f6817e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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