salt/tests/integration/files/file/base/pydsl-1.sls
2013-05-18 22:51:53 +00:00

6 lines
144 B
Scheme

#!pydsl
#__pydsl__.set(ordered=True)
state('{0}'.format(__salt__['runtests_helpers.get_salt_temp_dir_for_path']('test-pydev'))).file('touch')