unsure apt index is up2date
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
d05f11b0b8
commit
fd6258c90e
1 changed files with 0 additions and 16 deletions
|
@ -26,25 +26,9 @@ 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" \
|
|
||||||
# | cdist $cdist_args \
|
|
||||||
# config \
|
|
||||||
# --initial-manifest - \
|
|
||||||
# --remote-exec="$remote_exec $chroot" \
|
|
||||||
# --remote-copy="$remote_copy $chroot" \
|
|
||||||
# $__target_host
|
|
||||||
|
|
||||||
cdist $cdist_args \
|
cdist $cdist_args \
|
||||||
config \
|
config \
|
||||||
--remote-exec="$remote_exec $chroot" \
|
--remote-exec="$remote_exec $chroot" \
|
||||||
--remote-copy="$remote_copy $chroot" \
|
--remote-copy="$remote_copy $chroot" \
|
||||||
$__target_host
|
$__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
|
DONE
|
||||||
|
|
Loading…
Reference in a new issue