forked from ungleich-public/cdist
fix syntax error
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
8305477e01
commit
2ce00f3357
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ cdist_args="-v"
|
||||||
|
|
||||||
|
|
||||||
cat << DONE
|
cat << DONE
|
||||||
|
|
||||||
$__remote_exec $__target_host << EOSSH
|
$__remote_exec $__target_host << EOSSH
|
||||||
if [ ! -f "${chroot}/etc/resolv.conf" ]; then
|
if [ ! -f "${chroot}/etc/resolv.conf" ]; then
|
||||||
touch "${chroot}/etc/resolv.conf"
|
touch "${chroot}/etc/resolv.conf"
|
||||||
|
|
Loading…
Reference in a new issue