diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-01-07 07:53:10 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-01-07 07:53:10 +0000 |
commit | cd40d3bcdfe145cfb03e611c1c1ce56b3a7709e0 (patch) | |
tree | 084fbee98b010efbdc92d82400623678d362934b /manifests | |
parent | 2cf2732d415dc8a368da652bf40bc8aa0f327eff (diff) | |
download | puppet-cd40d3bcdfe145cfb03e611c1c1ce56b3a7709e0.tar puppet-cd40d3bcdfe145cfb03e611c1c1ce56b3a7709e0.tar.gz puppet-cd40d3bcdfe145cfb03e611c1c1ce56b3a7709e0.tar.bz2 puppet-cd40d3bcdfe145cfb03e611c1c1ce56b3a7709e0.tar.xz puppet-cd40d3bcdfe145cfb03e611c1c1ce56b3a7709e0.zip |
Fix syntax
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes_ip.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 6dbee916..7cd57e91 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -54,10 +54,10 @@ $nodes_ipaddr = { }, scwaarch645 => { ipv6 => '2001:bc8:47c0:14a::1', - } + }, ec2aa1 => { ipv6 => '2a05:d014:e9:2c02:98ca:ec83:c601:371a', - } + }, ec2aa2 => { ipv6 => '2a05:d014:e9:2c03:b7e1:fda8:eab9:6692', } |