forked from rpms/cloud-init
Modify patch for Alma9
This commit is contained in:
parent
f9ed4c726e
commit
feb10b65b0
@ -85,12 +85,12 @@ index 71672e1..e8224f8 100644
|
|||||||
--- a/cloudinit/settings.py
|
--- a/cloudinit/settings.py
|
||||||
+++ b/cloudinit/settings.py
|
+++ b/cloudinit/settings.py
|
||||||
@@ -58,7 +58,7 @@ CFG_BUILTIN = {
|
@@ -58,7 +58,7 @@ CFG_BUILTIN = {
|
||||||
"cloud_dir": "/var/lib/cloud",
|
'cloud_dir': '/var/lib/cloud',
|
||||||
"templates_dir": "/etc/cloud/templates/",
|
'templates_dir': '/etc/cloud/templates/',
|
||||||
},
|
},
|
||||||
- "distro": "rhel",
|
- 'distro': 'rhel',
|
||||||
+ "distro": "almalinux",
|
+ 'distro': 'almalinux',
|
||||||
"network": {"renderers": None},
|
'network': {'renderers': None},
|
||||||
},
|
},
|
||||||
"vendor_data": {"enabled": True, "prefix": []},
|
"vendor_data": {"enabled": True, "prefix": []},
|
||||||
diff --git a/cloudinit/sources/DataSourceRbxCloud.py b/cloudinit/sources/DataSourceRbxCloud.py
|
diff --git a/cloudinit/sources/DataSourceRbxCloud.py b/cloudinit/sources/DataSourceRbxCloud.py
|
||||||
|
Loading…
Reference in New Issue
Block a user