mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
111701c8bb
* Add run_on_start docs to schedule.rst (#32958) Fixes #22580 * Backport #33021 manually to 2015.5 (#33044) * Saltfile with pillar tests (#33045) * add file.managed with pillar data tests * do not require git for other tests * Whitespace...
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
{% set file = salt['pillar.get']('pillardoesnotexist', 'defaultvalue') %}
|
|
create_file:
|
|
file.managed:
|
|
- name: /tmp/filepillar-{{ file }}
|