diff options
author | Manuel Aguilera <manuelisimo@users.noreply.github.com> | 2020-10-27 07:19:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 10:19:51 -0400 |
commit | b8bd08194192035a13083539b31cbcaebfe4c577 (patch) | |
tree | 3ed53e101dcf18f656c9a05855f597770653b9d7 /MANIFEST.in | |
parent | 404f0a4a6542cdc721901d149ac981a81199aa79 (diff) | |
download | vyos-cloud-init-b8bd08194192035a13083539b31cbcaebfe4c577.tar.gz vyos-cloud-init-b8bd08194192035a13083539b31cbcaebfe4c577.zip |
gentoo: fix hostname rendering when value has a comment (#611)
Gentoo's hostname file format instead of being just the host name
is hostname=thename". The old code works fine when the file has no comments
but if there is a comment the line
```
gentoo_hostname_config = 'hostname="%s"' % conf
```
can render an invalid hostname file that looks similar to
```
hostname="#This is the host namehello"
```
The fix inserts the hostname in a gentoo friendly way so that it gets
handled by HostnameConf as a whole and comments are handled and preserved
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions