From 2d3fd95aa23785ba27754791250007b6dfc680e7 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 10 Dec 2019 18:56:19 +0000 Subject: Add armlet4 and remove armlet8 armlet{1,2,3,4,5} are now running Mageia 7 --- manifests/nodes/armlet1.pp | 7 +++++++ manifests/nodes/armlet2.pp | 7 +++++++ manifests/nodes/armlet4.pp | 7 +++++++ manifests/nodes/armlet8.pp | 7 ------- manifests/nodes_ip.pp | 4 ++-- 5 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 manifests/nodes/armlet1.pp create mode 100644 manifests/nodes/armlet2.pp create mode 100644 manifests/nodes/armlet4.pp delete mode 100644 manifests/nodes/armlet8.pp (limited to 'manifests') diff --git a/manifests/nodes/armlet1.pp b/manifests/nodes/armlet1.pp new file mode 100644 index 00000000..0d731f08 --- /dev/null +++ b/manifests/nodes/armlet1.pp @@ -0,0 +1,7 @@ +node armlet1 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet2.pp b/manifests/nodes/armlet2.pp new file mode 100644 index 00000000..7566249f --- /dev/null +++ b/manifests/nodes/armlet2.pp @@ -0,0 +1,7 @@ +node armlet2 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet4.pp b/manifests/nodes/armlet4.pp new file mode 100644 index 00000000..f3e5be64 --- /dev/null +++ b/manifests/nodes/armlet4.pp @@ -0,0 +1,7 @@ +node armlet3 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet8.pp b/manifests/nodes/armlet8.pp deleted file mode 100644 index becbf79f..00000000 --- a/manifests/nodes/armlet8.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet8 { -# Location: Scaleway (Iliad/Online datacenter) -# - include common::default_mageia_server - include mga_buildsystem::buildnode - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 80a00206..2d2260ab 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -37,10 +37,10 @@ $nodes_ipaddr = { armlet3 => { ipv4 => '163.172.148.228', }, - armlet5 => { + armlet4 => { ipv4 => '163.172.148.228', }, - armlet8 => { + armlet5 => { ipv4 => '163.172.148.228', }, friteuse => { -- cgit v1.2.1