aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cloud-init/08-add-resolv_conf-module-support.patch
diff options
context:
space:
mode:
authorDermot Bradley <dermot_bradley@yahoo.com>2020-06-29 19:45:42 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-06-29 20:46:31 +0000
commita9cf7ee19c96351389170e2d22c58e4d64fa21a0 (patch)
treeaaaa8bd386dd68cac149d2142935c7c5fc72683a /testing/cloud-init/08-add-resolv_conf-module-support.patch
parent6907aa6272c7d980015512086c34274a8f906789 (diff)
testing/cloud-init: upgrade to 20.2
Updated to 20.2 release. Adds Alpine support to ca_certs, ntp, power_state, and resolv_conf modules. Created apk_configure module. Improved networking and user/group functionality. Become package maintainer. I have signed upstream CLA and am working on upstreaming these changes.
Diffstat (limited to 'testing/cloud-init/08-add-resolv_conf-module-support.patch')
-rw-r--r--testing/cloud-init/08-add-resolv_conf-module-support.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/cloud-init/08-add-resolv_conf-module-support.patch b/testing/cloud-init/08-add-resolv_conf-module-support.patch
new file mode 100644
index 00000000000..dee21ef2f40
--- /dev/null
+++ b/testing/cloud-init/08-add-resolv_conf-module-support.patch
@@ -0,0 +1,20 @@
+--- a/cloudinit/config/cc_resolv_conf.py
++++ b/cloudinit/config/cc_resolv_conf.py
+@@ -30,7 +30,7 @@
+
+ **Module frequency:** per instance
+
+-**Supported distros:** fedora, rhel, sles
++**Supported distros:** alpine, fedora, rhel, sles
+
+ **Config keys**::
+
+@@ -55,7 +55,7 @@
+
+ frequency = PER_INSTANCE
+
+-distros = ['fedora', 'opensuse', 'rhel', 'sles']
++distros = ['alpine', 'fedora', 'opensuse', 'rhel', 'sles']
+
+
+ def generate_resolv_conf(template_fn, params, target_fname="/etc/resolv.conf"):