comment out __apt_noautostart for the moment
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
be8df7999b
commit
4ca13d59a6
1 changed files with 14 additions and 14 deletions
|
@ -26,13 +26,13 @@ cdist_args="-v"
|
||||||
[ "$__debug" = "yes" ] && cdist_args="$cdist_args -d"
|
[ "$__debug" = "yes" ] && cdist_args="$cdist_args -d"
|
||||||
|
|
||||||
cat << DONE
|
cat << DONE
|
||||||
echo "__apt_noautostart --state present" \
|
#echo "__apt_noautostart --state present" \
|
||||||
| cdist $cdist_args \
|
# | cdist $cdist_args \
|
||||||
config \
|
# config \
|
||||||
--initial-manifest - \
|
# --initial-manifest - \
|
||||||
--remote-exec="$remote_exec $chroot" \
|
# --remote-exec="$remote_exec $chroot" \
|
||||||
--remote-copy="$remote_copy $chroot" \
|
# --remote-copy="$remote_copy $chroot" \
|
||||||
$__target_host
|
# $__target_host
|
||||||
|
|
||||||
cdist $cdist_args \
|
cdist $cdist_args \
|
||||||
config \
|
config \
|
||||||
|
@ -40,11 +40,11 @@ cdist $cdist_args \
|
||||||
--remote-copy="$remote_copy $chroot" \
|
--remote-copy="$remote_copy $chroot" \
|
||||||
$__target_host
|
$__target_host
|
||||||
|
|
||||||
echo "__apt_noautostart --state absent" \
|
#echo "__apt_noautostart --state absent" \
|
||||||
| cdist $cdist_args \
|
# | cdist $cdist_args \
|
||||||
config \
|
# config \
|
||||||
--initial-manifest - \
|
# --initial-manifest - \
|
||||||
--remote-exec="$remote_exec $chroot" \
|
# --remote-exec="$remote_exec $chroot" \
|
||||||
--remote-copy="$remote_copy $chroot" \
|
# --remote-copy="$remote_copy $chroot" \
|
||||||
$__target_host
|
# $__target_host
|
||||||
DONE
|
DONE
|
||||||
|
|
Loading…
Reference in a new issue