introduce node.metadata['hostname'] to other bundles, update nodefiles to reflect changes
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
de73552700
commit
831545d8b1
11 changed files with 24 additions and 18 deletions
|
@ -1,7 +1,4 @@
|
|||
127.0.0.1 localhost ${node.name} ${node.hostname}
|
||||
% if 'hostname' in node.metadata:
|
||||
127.0.0.1 ${node.metadata['hostname']}
|
||||
% endif
|
||||
127.0.0.1 localhost ${node.name} ${node.metadata['hostname']}
|
||||
|
||||
::1 ip6-localhost
|
||||
fe00::0 ip6-localnet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue