aports/community/cloud-init/02-disable-irrelevant-modules.patch
Dermot Bradley c0905a8859 community/cloud-init: upgrade to 23.3
Removed doas patch as this is now upstreamed.

Alpine support added upstream to cc_keyboard and cc_ssh_import_id
modules.

New upstream DataSource for Linode/Akamai.

New upstream support for udhcpc.
2023-08-30 23:53:50 +01:00

31 lines
771 B
Diff

From: Dermot Bradley <dermot_bradley@yahoo.com>
Date: Wed, 12 May 2021 00:14 +0100
Subject: [PATCH] cloud-init: Disable some modules not relevant to Alpine
Disable some cloud-init modules that are not (currently) relevant
to Alpine and which have been removed from the Alpine package.
---
diff -aur a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -111,7 +111,6 @@
# The modules that run in the 'init' stage
cloud_init_modules:
- - migrator
{% if variant not in ["netbsd"] %}
- seed_random
{% endif %}
@@ -203,7 +202,9 @@
- ansible
- mcollective
- salt_minion
+{% if variant not in ["alpine"] %}
- reset_rmc
+{% endif %}
- rightscale_userdata
- scripts_vendor
- scripts_per_once