|
|
|
|
|
|
|
|
{%- if file.contents is defined %} |
|
|
{%- if file.contents is defined %} |
|
|
- contents: {{ file.contents }} |
|
|
- contents: {{ file.contents }} |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
|
|
|
{%- if file.contents_pillar is defined %} |
|
|
|
|
|
- contents_pillar: {{ file.contents_pillar }} |
|
|
|
|
|
{%- endif %} |
|
|
- makedirs: {{ file.get('makedirs', 'True') }} |
|
|
- makedirs: {{ file.get('makedirs', 'True') }} |
|
|
- user: {{ file.get('user', 'root') }} |
|
|
- user: {{ file.get('user', 'root') }} |
|
|
- group: {{ file.get('group', 'root') }} |
|
|
- group: {{ file.get('group', 'root') }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
|
|
|
|
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
{%- endif %} |