salt/tests/integration/files/file/base/file-grainget.sls
2016-08-29 15:22:17 -06:00

7 lines
137 B
Plaintext

grain_create_file:
file.managed:
- name: {{ grains['grain_path'] }}
- source: salt://file-grainget.tmpl
- template: jinja