From 4ca13d59a66e49a90148166f8b623772615a7a5f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Jan 2014 10:40:42 +0100 Subject: [PATCH] comment out __apt_noautostart for the moment Signed-off-by: Nico Schottelius --- .../conf/type/__install_config/gencode-local | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/cdist/conf/type/__install_config/gencode-local b/cdist/conf/type/__install_config/gencode-local index da87a4ac..674dec25 100755 --- a/cdist/conf/type/__install_config/gencode-local +++ b/cdist/conf/type/__install_config/gencode-local @@ -26,13 +26,13 @@ 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 +#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 \ @@ -40,11 +40,11 @@ cdist $cdist_args \ --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 +#echo "__apt_noautostart --state absent" \ +# | cdist $cdist_args \ +# config \ +# --initial-manifest - \ +# --remote-exec="$remote_exec $chroot" \ +# --remote-copy="$remote_copy $chroot" \ +# $__target_host DONE