mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
{{ salt['runtests_helpers.get_salt_temp_dir_for_path']('issue-1879') }}:
|
|
file.append:
|
|
- text: |
|
|
# set variable identifying the chroot you work in (used in the prompt below)
|
|
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
|
|
debian_chroot=$(cat /etc/debian_chroot)
|
|
fi
|
|
|