forked from pool/cloud-init
Robert Schweikert
23246c72e5
+ Config module cc_refresh_rmc_and_interface is implemented such that it will only work on RH distros. Set the module availability accordingly. OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=206
12 lines
462 B
Diff
12 lines
462 B
Diff
--- cloudinit/config/cc_refresh_rmc_and_interface.py.orig
|
|
+++ cloudinit/config/cc_refresh_rmc_and_interface.py
|
|
@@ -42,7 +42,7 @@ meta: MetaSchema = {
|
|
"name": "Refresh IPv6 Interface and RMC",
|
|
"title": "Ensure Network Manager is not managing IPv6 interface",
|
|
"description": MODULE_DESCRIPTION,
|
|
- "distros": [ALL_DISTROS],
|
|
+ "distros": ["fedora", "rhel"],
|
|
"frequency": PER_ALWAYS,
|
|
"examples": [],
|
|
"activate_by_schema_keys": [],
|