aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armorique.pp
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-10-29 00:49:18 +0100
committerOlivier Blin <dev@blino.org>2015-10-29 00:52:12 +0100
commitafcd7188417869d5bbb42001b0a8a93a3cd59880 (patch)
tree55bf8da2fdfb518d139a741a72a81380f3e222ac /manifests/nodes/armorique.pp
parent234ca41c7a310a697b2f3c1cc2d0776a3e56764a (diff)
downloadpuppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar.gz
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar.bz2
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar.xz
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.zip
add armorique node
This a new ARM server for the buildsystem, managed by Scaleway and hosted in an Iliad/Online datacenter. Name approved by neoclust: https://ml.mageia.org/l/arc/sysadmin-discuss/2015-10/msg00052.html
Diffstat (limited to 'manifests/nodes/armorique.pp')
-rw-r--r--manifests/nodes/armorique.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/nodes/armorique.pp b/manifests/nodes/armorique.pp
new file mode 100644
index 00000000..811d84b1
--- /dev/null
+++ b/manifests/nodes/armorique.pp
@@ -0,0 +1,5 @@
+node armorique {
+# Location: Scaleway (Iliad/Online datacenter)
+ include common::default_mageia_server
+ timezone::timezone { 'Europe/Paris': }
+}