mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
6 lines
144 B
Scheme
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')
|