aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armagnac.pp
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-12-03 13:19:45 +0100
committerOlivier Blin <dev@blino.org>2015-12-03 13:19:45 +0100
commitdb51fecd0d190b7be7a0b985011c365446703a5b (patch)
treee794fc949ddc3a1a489c9cd703ddad6af31453c9 /manifests/nodes/armagnac.pp
parentd2b415f90acc123d3406d399c60c0a40c70ca861 (diff)
downloadpuppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar
puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar.gz
puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar.bz2
puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar.xz
puppet-db51fecd0d190b7be7a0b985011c365446703a5b.zip
Add armagnac build node
This a new ARM server for the buildsystem, managed by Scaleway and hosted in an Iliad/Online datacenter. Name chosen by neoclust, secretly craved by ennael.
Diffstat (limited to 'manifests/nodes/armagnac.pp')
-rw-r--r--manifests/nodes/armagnac.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/armagnac.pp b/manifests/nodes/armagnac.pp
new file mode 100644
index 00000000..2dc82f0d
--- /dev/null
+++ b/manifests/nodes/armagnac.pp
@@ -0,0 +1,7 @@
+node armagnac {
+# Location: Scaleway (Iliad/Online datacenter)
+ include common::default_mageia_server
+ timezone::timezone { 'Europe/Paris': }
+
+ include mga_buildsystem::buildnode
+}