mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-21 05:32:40 +02:00
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.
31 lines
771 B
Diff
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
|