File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ data "cloudinit_config" "user_data" {
7575 " systemctl daemon-reload" ,
7676 " systemctl enable qemu-guest-agent --now" ,
7777 " systemctl restart --no-block systemd-resolved systemd-networkd" ,
78- # "systemctl enable --now systemd-sysext",
78+ " systemctl enable --now systemd-sysext" ,
7979 ],
8080 var. startup_script . inline ,
8181 [" touch /etc/cloud/cloud-init.disabled" ]
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ variable "substrates" {
162162 mode = optional (string , " 755" )
163163 owner = optional (string , " root" )
164164 group = optional (string , " root" )
165- tags = optional (string , " ignition " ) # only ignition is specified for backward compatibility
165+ tags = optional (string , " cloud-init " ) # only ignition is specified for backward compatibility
166166 })), [])
167167 install = object ({
168168 systemd_units = list (object ({
You can’t perform that action at this time.
0 commit comments