cloud-init: update patch

This commit is contained in:
illustris 2024-03-28 10:39:51 +05:30
parent 4c731c3c34
commit fa33675f10
No known key found for this signature in database
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -93,7 +93,7 @@ index 00000000..67c049b8
+ return (self.hostname_conf_fn, sys_hostname)
+
+ def _read_hostname_conf(self, filename):
+ conf = HostnameConf(util.load_file(filename))
+ conf = HostnameConf(util.load_text_file(filename))
+ conf.parse()
+ return conf
+