diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-30 21:28:46 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-30 21:28:46 +0300 |
commit | efbcd88edab2079688f6966fa8ffb24f95c2359a (patch) | |
tree | f3d25dfee952b09a4d1ca603337413d4202a0a61 | |
parent | 0f059e47bcaf1adf9af0a761168057ea0a8fad4e (diff) | |
download | puppet-efbcd88edab2079688f6966fa8ffb24f95c2359a.tar puppet-efbcd88edab2079688f6966fa8ffb24f95c2359a.tar.gz puppet-efbcd88edab2079688f6966fa8ffb24f95c2359a.tar.bz2 puppet-efbcd88edab2079688f6966fa8ffb24f95c2359a.tar.xz puppet-efbcd88edab2079688f6966fa8ffb24f95c2359a.zip |
update ip for scwaarch643
-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 6411961f..53305545 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -59,7 +59,7 @@ $nodes_ipaddr = { ipv6 => '2001:bc8:4400:2700::2419', }, scwaarch643 => { - ipv6 => '2001:bc8:4400:2700::2701', + ipv6 => '2001:bc8:4400:2700::241b', } } |