From 96241aec21f7400158a0c149270e335d8fba92c7 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 20 Apr 2022 16:45:04 -0400 Subject: [PATCH] 05core: add ignition-delete-config.service to default preset For https://github.com/coreos/ignition/pull/1350. --- .../05core/usr/lib/systemd/system-preset/40-coreos.preset | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay.d/05core/usr/lib/systemd/system-preset/40-coreos.preset b/overlay.d/05core/usr/lib/systemd/system-preset/40-coreos.preset index 818affa161..9c0a2761c4 100644 --- a/overlay.d/05core/usr/lib/systemd/system-preset/40-coreos.preset +++ b/overlay.d/05core/usr/lib/systemd/system-preset/40-coreos.preset @@ -7,6 +7,9 @@ enable console-login-helper-messages-gensnippet-ssh-keys.service enable coreos-update-ca-trust.service # https://github.com/coreos/ignition/issues/1125 enable coreos-ignition-firstboot-complete.service +# Delete Ignition config from provider on platforms where it's possible +# https://github.com/coreos/ignition/pull/1350 +enable ignition-delete-config.service # Boot checkin services for cloud providers. enable afterburn-checkin.service enable afterburn-firstboot-checkin.service