salt/tests/integration/files/file/base/file-pillardefaultget.sls
Nicole Thomas 111701c8bb [2015.8] Merge forward from 2015.5 to 2015.8 (#33054)
* 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...
2016-05-05 07:05:55 -07:00

5 lines
142 B
Plaintext

{% set file = salt['pillar.get']('pillardoesnotexist', 'defaultvalue') %}
create_file:
file.managed:
- name: /tmp/filepillar-{{ file }}