aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armlet4.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-07-06 00:12:58 +0300
committerThomas Backlund <tmb@mageia.org>2019-07-06 00:12:58 +0300
commitbcd87f77cd1d3dc6a9b414c8706954e059831a97 (patch)
tree74eacd149a320722286b3b3978277e89172e9c6d /manifests/nodes/armlet4.pp
parente56e1f96dd387cb98e1498e67febbc969d4efa95 (diff)
downloadpuppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar
puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar.gz
puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar.bz2
puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar.xz
puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.zip
add armlet2-armlet9 nodes
Diffstat (limited to 'manifests/nodes/armlet4.pp')
-rw-r--r--manifests/nodes/armlet4.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/armlet4.pp b/manifests/nodes/armlet4.pp
new file mode 100644
index 00000000..10b0e0dd
--- /dev/null
+++ b/manifests/nodes/armlet4.pp
@@ -0,0 +1,7 @@
+node armlet4 {
+# Location: Scaleway (Iliad/Online datacenter)
+#
+ include common::default_mageia_server
+ include mga_buildsystem::buildnode
+ timezone::timezone { 'Europe/Paris': }
+}