From 2ce00f3357df1188c39556e90371497b1ad6a8a7 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 23 Sep 2016 15:33:17 +0200 Subject: [PATCH] fix syntax error Signed-off-by: Steven Armstrong --- cdist/conf/type/__install_config/gencode-local | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist/conf/type/__install_config/gencode-local b/cdist/conf/type/__install_config/gencode-local index cbf916da..980eb996 100755 --- a/cdist/conf/type/__install_config/gencode-local +++ b/cdist/conf/type/__install_config/gencode-local @@ -27,6 +27,7 @@ cdist_args="-v" cat << DONE + $__remote_exec $__target_host << EOSSH if [ ! -f "${chroot}/etc/resolv.conf" ]; then touch "${chroot}/etc/resolv.conf"