aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armlet1.pp
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/armlet1.pp
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/armlet1.pp')
-rw-r--r--manifests/nodes/armlet1.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/armlet1.pp b/manifests/nodes/armlet1.pp
new file mode 100644
index 00000000..0d731f08
--- /dev/null
+++ b/manifests/nodes/armlet1.pp
@@ -0,0 +1,7 @@
+node armlet1 {
+# Location: Scaleway (Iliad/Online datacenter)
+#
+ include common::default_mageia_server
+ include mga_buildsystem::buildnode
+ timezone::timezone { 'Europe/Paris': }
+}