mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
grain_create_file:
|
|
file.managed:
|
|
- name: {{ grains['grain_path'] }}
|
|
- source: salt://file-grainget.tmpl
|
|
- template: jinja
|
|
|