diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-09-24 19:08:43 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-09-24 19:08:43 +0300 |
commit | b60007d4857413da0b69c20590c3e23b5c44ddd4 (patch) | |
tree | b49f2970c44fc8139e28dcf02f3d711eabf9d440 /manifests | |
parent | 250467e0508d37a9c0928c2c3b8e44a41ebb171b (diff) | |
download | puppet-b60007d4857413da0b69c20590c3e23b5c44ddd4.tar puppet-b60007d4857413da0b69c20590c3e23b5c44ddd4.tar.gz puppet-b60007d4857413da0b69c20590c3e23b5c44ddd4.tar.bz2 puppet-b60007d4857413da0b69c20590c3e23b5c44ddd4.tar.xz puppet-b60007d4857413da0b69c20590c3e23b5c44ddd4.zip |
scwx861 is actually scwx86
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/scwx86.pp (renamed from manifests/nodes/scwx861.pp) | 2 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/manifests/nodes/scwx861.pp b/manifests/nodes/scwx86.pp index 9079bbf4..2944d41d 100644 --- a/manifests/nodes/scwx861.pp +++ b/manifests/nodes/scwx86.pp @@ -1,4 +1,4 @@ -node scwx861 { +node scwx86 { # Location: Scaleway (Iliad/Online datacenter) # include common::default_mageia_server diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index db7b67f8..68896729 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -64,9 +64,6 @@ $nodes_ipaddr = { scwx86 => { ipv6 => '2001:bc8:4400:2800::5235', }, - scwx861 => { - ipv6 => '2001:bc8:4400:2800::5235', - }, scwaarch64 => { ipv6 => '2001:bc8:4400:2700::2419', }, |