diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-08-24 00:09:07 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-08-24 00:09:07 +0300 |
commit | 314c895b5b1f173761d7bc46122dba972a508601 (patch) | |
tree | 4457466ca46c2e2630b9c7874590ab7034998f68 /manifests | |
parent | 2a3b7d94abf9991517c5f2489638f43dd02442de (diff) | |
download | puppet-314c895b5b1f173761d7bc46122dba972a508601.tar puppet-314c895b5b1f173761d7bc46122dba972a508601.tar.gz puppet-314c895b5b1f173761d7bc46122dba972a508601.tar.bz2 puppet-314c895b5b1f173761d7bc46122dba972a508601.tar.xz puppet-314c895b5b1f173761d7bc46122dba972a508601.zip |
update neru ipv6
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes_ip.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 4c18a516..483b60f4 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -3,7 +3,7 @@ $nodes_ipaddr = { neru => { ipv4 => '163.172.148.228', - ipv6 => '2001:bc8:628:1f00::1', + ipv6 => '2001:bc8:634:240e::1', }, ecosse => { ipv4 => '212.85.158.148', |