diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-06 00:17:45 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-06 00:17:45 +0300 |
commit | f4b442796c0cdcc02553e09d4595c2a3b948c8a5 (patch) | |
tree | a1005e4d59be6bc437c3ce3468d11f11de316ac6 /manifests/nodes | |
parent | bcd87f77cd1d3dc6a9b414c8706954e059831a97 (diff) | |
download | puppet-f4b442796c0cdcc02553e09d4595c2a3b948c8a5.tar puppet-f4b442796c0cdcc02553e09d4595c2a3b948c8a5.tar.gz puppet-f4b442796c0cdcc02553e09d4595c2a3b948c8a5.tar.bz2 puppet-f4b442796c0cdcc02553e09d4595c2a3b948c8a5.tar.xz puppet-f4b442796c0cdcc02553e09d4595c2a3b948c8a5.zip |
add aarch64 nodes
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/scwaarch64.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/scwaarch641.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/scwaarch643.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/scwaarch645.pp | 7 |
4 files changed, 28 insertions, 0 deletions
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': } +} |