summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorManuel Aguilera <manuelisimo@users.noreply.github.com>2020-10-27 07:19:51 -0700
committerGitHub <noreply@github.com>2020-10-27 10:19:51 -0400
commitb8bd08194192035a13083539b31cbcaebfe4c577 (patch)
tree3ed53e101dcf18f656c9a05855f597770653b9d7 /tools
parent404f0a4a6542cdc721901d149ac981a81199aa79 (diff)
downloadvyos-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 'tools')
-rw-r--r--tools/.github-cla-signers1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers
index d93d0153..b7e9dc02 100644
--- a/tools/.github-cla-signers
+++ b/tools/.github-cla-signers
@@ -13,6 +13,7 @@ johnsonshi
jqueuniet
landon912
lucasmoura
+manuelisimo
marlluslustosa
matthewruffell
nishigori