diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes_ip.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 0086a67c..8fd78e13 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -52,6 +52,9 @@ $nodes_ipaddr = { friteuse => { ipv4 => '192.168.122.131', } + scwx86 => { + ipv6 => '2001:bc8:4400:2000::1a1d', + } } # vim: sw=2 |