salt/tests/integration/files/file/base/issue-1879/step-1.sls
2016-03-01 17:40:02 +02:00

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