|
|
|
@ -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
|
|
|
|
|