From bcd87f77cd1d3dc6a9b414c8706954e059831a97 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 6 Jul 2019 00:12:58 +0300 Subject: add armlet2-armlet9 nodes --- manifests/nodes/armlet2.pp | 7 +++++++ manifests/nodes/armlet3.pp | 7 +++++++ manifests/nodes/armlet4.pp | 7 +++++++ manifests/nodes/armlet5.pp | 7 +++++++ manifests/nodes/armlet6.pp | 7 +++++++ manifests/nodes/armlet7.pp | 7 +++++++ manifests/nodes/armlet8.pp | 7 +++++++ manifests/nodes/armlet9.pp | 7 +++++++ 8 files changed, 56 insertions(+) create mode 100644 manifests/nodes/armlet2.pp create mode 100644 manifests/nodes/armlet3.pp create mode 100644 manifests/nodes/armlet4.pp create mode 100644 manifests/nodes/armlet5.pp create mode 100644 manifests/nodes/armlet6.pp create mode 100644 manifests/nodes/armlet7.pp create mode 100644 manifests/nodes/armlet8.pp create mode 100644 manifests/nodes/armlet9.pp (limited to 'manifests/nodes') 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/armlet3.pp b/manifests/nodes/armlet3.pp new file mode 100644 index 00000000..f3e5be64 --- /dev/null +++ b/manifests/nodes/armlet3.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/armlet4.pp b/manifests/nodes/armlet4.pp new file mode 100644 index 00000000..10b0e0dd --- /dev/null +++ b/manifests/nodes/armlet4.pp @@ -0,0 +1,7 @@ +node armlet4 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet5.pp b/manifests/nodes/armlet5.pp new file mode 100644 index 00000000..a4101d95 --- /dev/null +++ b/manifests/nodes/armlet5.pp @@ -0,0 +1,7 @@ +node armlet5 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet6.pp b/manifests/nodes/armlet6.pp new file mode 100644 index 00000000..ebe0da27 --- /dev/null +++ b/manifests/nodes/armlet6.pp @@ -0,0 +1,7 @@ +node armlet6 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet7.pp b/manifests/nodes/armlet7.pp new file mode 100644 index 00000000..929ae635 --- /dev/null +++ b/manifests/nodes/armlet7.pp @@ -0,0 +1,7 @@ +node armlet7 { +# 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 new file mode 100644 index 00000000..becbf79f --- /dev/null +++ b/manifests/nodes/armlet8.pp @@ -0,0 +1,7 @@ +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/armlet9.pp b/manifests/nodes/armlet9.pp new file mode 100644 index 00000000..de34834c --- /dev/null +++ b/manifests/nodes/armlet9.pp @@ -0,0 +1,7 @@ +node armlet9 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} -- cgit v1.2.1