cleanup some more kunsi leftovers
This commit is contained in:
parent
4c55f0878d
commit
2c6073854b
4 changed files with 8 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue