diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armlet1.pp (renamed from manifests/nodes/armlet8.pp) | 2 | ||||
-rw-r--r-- | manifests/nodes/armlet2.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet4.pp | 7 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 4 |
4 files changed, 17 insertions, 3 deletions
diff --git a/manifests/nodes/armlet8.pp b/manifests/nodes/armlet1.pp index becbf79f..0d731f08 100644 --- a/manifests/nodes/armlet8.pp +++ b/manifests/nodes/armlet1.pp @@ -1,4 +1,4 @@ -node armlet8 { +node armlet1 { # Location: Scaleway (Iliad/Online datacenter) # include common::default_mageia_server 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_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 => { |