Skip to content

Commit c24e3ea

Browse files
committed
tmporary change
1 parent 13db84c commit c24e3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/peerpods/podvm/lib.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ function prepare_source_code() {
230230
fi
231231

232232
# disable ssh and unsafe cloud-init modules
233-
if [[ "$CONFIDENTIAL_COMPUTE_ENABLED" == "yes" ]] || [[ -n "$EXPLICIT_adapt_cloud_init" ]]; then
234-
[[ "$EXPLICIT_adapt_cloud_init" != "no" ]] && [[ "$CLOUD_PROVIDER" != "libvirt" ]] && adapt_cloud_init
233+
if [[ "$CONFIDENTIAL_COMPUTE_ENABLED" == "yes" ]]; then
234+
adapt_cloud_init
235235
fi
236236

237237
# Validate and copy HKD for IBM Z Secure Enablement

0 commit comments

Comments
 (0)