mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
cloud-init: update patch
This commit is contained in:
parent
4c731c3c34
commit
fa33675f10
@ -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
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user