From fd6258c90e1c3b1090279c862eee24e0374f077a Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Tue, 27 Oct 2015 15:54:30 +0100 Subject: [PATCH] unsure apt index is up2date Signed-off-by: Steven Armstrong --- cdist/conf/type/__install_config/gencode-local | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/cdist/conf/type/__install_config/gencode-local b/cdist/conf/type/__install_config/gencode-local index 674dec25..6f9bb3c7 100755 --- a/cdist/conf/type/__install_config/gencode-local +++ b/cdist/conf/type/__install_config/gencode-local @@ -26,25 +26,9 @@ cdist_args="-v" [ "$__debug" = "yes" ] && cdist_args="$cdist_args -d" cat << DONE -#echo "__apt_noautostart --state present" \ -# | cdist $cdist_args \ -# config \ -# --initial-manifest - \ -# --remote-exec="$remote_exec $chroot" \ -# --remote-copy="$remote_copy $chroot" \ -# $__target_host - cdist $cdist_args \ config \ --remote-exec="$remote_exec $chroot" \ --remote-copy="$remote_copy $chroot" \ $__target_host - -#echo "__apt_noautostart --state absent" \ -# | cdist $cdist_args \ -# config \ -# --initial-manifest - \ -# --remote-exec="$remote_exec $chroot" \ -# --remote-copy="$remote_copy $chroot" \ -# $__target_host DONE