File tree Expand file tree Collapse file tree
test_framework/terraform/aws/sle-micro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ resource "null_resource" "package_install_controlplane_k3s" {
169169
170170 inline = [
171171 " sudo transactional-update pkg install -y open-iscsi nfs-client jq" ,
172+ " sudo systemctl disable --now transactional-update.timer" ,
173+ " sudo systemctl disable --now rebootmgr" ,
172174 " sudo shutdown -r now" ,
173175 ]
174176
@@ -219,6 +221,8 @@ resource "null_resource" "package_install_worker_k3s" {
219221
220222 inline = [
221223 " sudo transactional-update pkg install -y open-iscsi nfs-client cryptsetup device-mapper jq" ,
224+ " sudo systemctl disable --now transactional-update.timer" ,
225+ " sudo systemctl disable --now rebootmgr" ,
222226 " sudo shutdown -r now" ,
223227 ]
224228
Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ resource "null_resource" "package_install_controlplane_rke2" {
169169
170170 inline = [
171171 " sudo transactional-update pkg install -y open-iscsi nfs-client jq" ,
172+ " sudo systemctl disable --now transactional-update.timer" ,
173+ " sudo systemctl disable --now rebootmgr" ,
172174 " sudo shutdown -r now" ,
173175 ]
174176
@@ -219,6 +221,8 @@ resource "null_resource" "package_install_worker_rke2" {
219221
220222 inline = [
221223 " sudo transactional-update pkg install -y open-iscsi nfs-client cryptsetup device-mapper jq" ,
224+ " sudo systemctl disable --now transactional-update.timer" ,
225+ " sudo systemctl disable --now rebootmgr" ,
222226 " sudo shutdown -r now" ,
223227 ]
224228
You can’t perform that action at this time.
0 commit comments