Merge pull request #299653 from illustris/cloud-init

cloud-init: update patch
This commit is contained in:
Nick Cao
2024-03-31 11:07:51 -04:00
committed by GitHub
@@ -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
+