From f4b442796c0cdcc02553e09d4595c2a3b948c8a5 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 6 Jul 2019 00:17:45 +0300 Subject: add aarch64 nodes --- manifests/nodes/scwaarch64.pp | 7 +++++++ manifests/nodes/scwaarch641.pp | 7 +++++++ manifests/nodes/scwaarch643.pp | 7 +++++++ manifests/nodes/scwaarch645.pp | 7 +++++++ 4 files changed, 28 insertions(+) create mode 100644 manifests/nodes/scwaarch64.pp create mode 100644 manifests/nodes/scwaarch641.pp create mode 100644 manifests/nodes/scwaarch643.pp create mode 100644 manifests/nodes/scwaarch645.pp (limited to 'manifests') diff --git a/manifests/nodes/scwaarch64.pp b/manifests/nodes/scwaarch64.pp new file mode 100644 index 00000000..5f6a6b90 --- /dev/null +++ b/manifests/nodes/scwaarch64.pp @@ -0,0 +1,7 @@ +node scwaarch64 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/scwaarch641.pp b/manifests/nodes/scwaarch641.pp new file mode 100644 index 00000000..98d1a5a7 --- /dev/null +++ b/manifests/nodes/scwaarch641.pp @@ -0,0 +1,7 @@ +node scwaarch641 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/scwaarch643.pp b/manifests/nodes/scwaarch643.pp new file mode 100644 index 00000000..1887ce36 --- /dev/null +++ b/manifests/nodes/scwaarch643.pp @@ -0,0 +1,7 @@ +node scwaarch643 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/scwaarch645.pp b/manifests/nodes/scwaarch645.pp new file mode 100644 index 00000000..e600bb23 --- /dev/null +++ b/manifests/nodes/scwaarch645.pp @@ -0,0 +1,7 @@ +node scwaarch645 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} -- cgit v1.2.1