Modify patch for Alma9

This commit is contained in:
eabdullin 2023-04-20 15:04:16 +03:00
parent f9ed4c726e
commit feb10b65b0
1 changed files with 5 additions and 5 deletions

View File

@ -85,12 +85,12 @@ index 71672e1..e8224f8 100644
--- a/cloudinit/settings.py
+++ b/cloudinit/settings.py
@@ -58,7 +58,7 @@ CFG_BUILTIN = {
"cloud_dir": "/var/lib/cloud",
"templates_dir": "/etc/cloud/templates/",
'cloud_dir': '/var/lib/cloud',
'templates_dir': '/etc/cloud/templates/',
},
- "distro": "rhel",
+ "distro": "almalinux",
"network": {"renderers": None},
- 'distro': 'rhel',
+ 'distro': 'almalinux',
'network': {'renderers': None},
},
"vendor_data": {"enabled": True, "prefix": []},
diff --git a/cloudinit/sources/DataSourceRbxCloud.py b/cloudinit/sources/DataSourceRbxCloud.py