diff --git a/SOURCES/0001-Fix-and-Improve-AlmaLinux-support.patch b/SOURCES/0001-Fix-and-Improve-AlmaLinux-support.patch index 4685874..c12bef9 100644 --- a/SOURCES/0001-Fix-and-Improve-AlmaLinux-support.patch +++ b/SOURCES/0001-Fix-and-Improve-AlmaLinux-support.patch @@ -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