aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-07-06 08:56:16 +0300
committerThomas Backlund <tmb@mageia.org>2019-07-06 08:56:16 +0300
commit29630f444ddca1d2808bb24a5a5dd767cc9cc94d (patch)
tree54655206247b4a7c8efc5637849aaa882d3d6c77 /manifests
parentf4b442796c0cdcc02553e09d4595c2a3b948c8a5 (diff)
downloadpuppet-29630f444ddca1d2808bb24a5a5dd767cc9cc94d.tar
puppet-29630f444ddca1d2808bb24a5a5dd767cc9cc94d.tar.gz
puppet-29630f444ddca1d2808bb24a5a5dd767cc9cc94d.tar.bz2
puppet-29630f444ddca1d2808bb24a5a5dd767cc9cc94d.tar.xz
puppet-29630f444ddca1d2808bb24a5a5dd767cc9cc94d.zip
add scwx861 node
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/scwx861.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/scwx861.pp b/manifests/nodes/scwx861.pp
new file mode 100644
index 00000000..9079bbf4
--- /dev/null
+++ b/manifests/nodes/scwx861.pp
@@ -0,0 +1,7 @@
+node scwx861 {
+# Location: Scaleway (Iliad/Online datacenter)
+#
+ include common::default_mageia_server
+ include mga_buildsystem::buildnode
+ timezone::timezone { 'Europe/Paris': }
+}