Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {% set test = ['foo', 'bar', 'baz'] %}
  2. {% if test is iterable and test is not string and test is not mapping %}
  3. {% set content = test %}
  4. {% endif %}
  5. /tmp/test.txt:
  6. file.managed:
  7. - user: root
  8. - group: root
  9. - mode: 0664
  10. - contents: {{ content }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement