cleanup some more kunsi leftovers

This commit is contained in:
Franzi 2021-12-22 07:41:50 +01:00
parent 4c55f0878d
commit 2c6073854b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 8 additions and 16 deletions

View file

@ -1,4 +1,8 @@
127.0.0.1 localhost ${node.name} ${node.metadata['hostname']}
% if node.metadata.get('hostname', None):
127.0.0.1 localhost ${node.name} ${node.metadata.get('hostname')}
% else:
127.0.0.1 localhost ${node.name}
% endif
::1 ip6-localhost
fe00::0 ip6-localnet