diff --git a/systemd/system/ignition-delete-config.service b/systemd/system/ignition-delete-config.service index f7f7530..de74a87 100644 --- a/systemd/system/ignition-delete-config.service +++ b/systemd/system/ignition-delete-config.service @@ -10,6 +10,7 @@ ConditionKernelCommandLine=|coreos.oem.id=virtualbox ConditionKernelCommandLine=|ignition.platform.id=vmware ConditionKernelCommandLine=|flatcar.oem.id=vmware ConditionKernelCommandLine=|coreos.oem.id=vmware +ConditionKernelCommandLine=|flatcar.oem.id=ionoscloud DefaultDependencies=no # Run before any user services to prevent potential config leaks diff --git a/systemd/system/sshkeys.service b/systemd/system/sshkeys.service index 7727185..cac1484 100644 --- a/systemd/system/sshkeys.service +++ b/systemd/system/sshkeys.service @@ -30,6 +30,9 @@ ConditionKernelCommandLine=|flatcar.oem.id=hetzner ConditionKernelCommandLine=|ignition.platform.id=akamai ConditionKernelCommandLine=|flatcar.oem.id=akamai +ConditionKernelCommandLine=|ignition.platform.id=ionoscloud +ConditionKernelCommandLine=|flatcar.oem.id=ionoscloud + [Service] Type=oneshot RemainAfterExit=yes