aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-07-05 23:52:54 +0300
committerThomas Backlund <tmb@mageia.org>2019-07-05 23:52:54 +0300
commit795223df097cc589f2d8c9d074f51ce86c9d954f (patch)
tree82357bf07d427fcc72509116a8974c5afe89311f /manifests
parentf2c225c18f546f7569c79fbc7d2124c70b375ff9 (diff)
downloadpuppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar
puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar.gz
puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar.bz2
puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar.xz
puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.zip
add armlet1 node config
Diffstat (limited to 'manifests')
-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': }
+}