aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2019-12-10 18:56:19 +0000
committerPascal Terjan <pterjan@mageia.org>2019-12-10 18:57:16 +0000
commit2d3fd95aa23785ba27754791250007b6dfc680e7 (patch)
treeab9cfcea9a8821b3b527cf1b550c5558eb409652 /manifests/nodes
parent5f37413245039ef5ffe32a7e55c67235af521ebb (diff)
downloadpuppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar
puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar.gz
puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar.bz2
puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.tar.xz
puppet-2d3fd95aa23785ba27754791250007b6dfc680e7.zip
Add armlet4 and remove armlet8
armlet{1,2,3,4,5} are now running Mageia 7
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/armlet1.pp (renamed from manifests/nodes/armlet8.pp)2
-rw-r--r--manifests/nodes/armlet2.pp7
-rw-r--r--manifests/nodes/armlet4.pp7
3 files changed, 15 insertions, 1 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': }
+}