aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes_ip.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes_ip.pp')
-rw-r--r--manifests/nodes_ip.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp
index 93f0d116..76c1b443 100644
--- a/manifests/nodes_ip.pp
+++ b/manifests/nodes_ip.pp
@@ -34,9 +34,6 @@ $nodes_ipaddr = {
friteuse => {
ipv4 => '192.168.122.131',
},
- scwx86 => {
- ipv6 => '2001:bc8:4400:2000::5e29',
- },
ec2aa1 => {
ipv6 => '2a05:d014:e9:2c02:98ca:ec83:c601:371a',
},
@@ -49,6 +46,9 @@ $nodes_ipaddr = {
ec2aaauto => {
ipv6 => '2a05:d014:e9:2c03:c80d:e2d9:658d:4c28',
},
+ ec2x1 => {
+ ipv6 => '2a05:d014:e9:2c03:ce2e:f80a:bc2b:da0d',
+ },
}
# vim: sw=2