aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-01-28 21:46:30 +0000
committerPascal Terjan <pterjan@mageia.org>2022-01-28 21:46:30 +0000
commit49da0fa0793c845e39570c393293f5f89e1532fc (patch)
treecc07a18d0ff355d336d8b9c899cf07f194c453bc /manifests/nodes
parent23523fa45d42ba7b56493a700937b05085b4a294 (diff)
downloadpuppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar.gz
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar.bz2
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar.xz
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.zip
Add pktaa1
This is the machine used for autobuild but will now be a build node.
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/pktaa1.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/pktaa1.pp b/manifests/nodes/pktaa1.pp
new file mode 100644
index 00000000..31f649c4
--- /dev/null
+++ b/manifests/nodes/pktaa1.pp
@@ -0,0 +1,7 @@
+node pktaa1 {
+# Location: Equinix Metal / SV - SJC1
+#
+ include common::default_mageia_server
+ include mga_buildsystem::buildnode
+ timezone::timezone { 'Europe/Paris': }
+}