aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-02-11 16:07:17 +0000
committerPascal Terjan <pterjan@mageia.org>2020-02-11 16:07:17 +0000
commit8be5f2ab98d9e63adee5474391f16e8c9b9d486e (patch)
tree2cdebff6530467280b605f2844039048a027f8ee /manifests/nodes
parentc23d6f477a96586c51a6fa31026270c697490e45 (diff)
downloadpuppet-8be5f2ab98d9e63adee5474391f16e8c9b9d486e.tar
puppet-8be5f2ab98d9e63adee5474391f16e8c9b9d486e.tar.gz
puppet-8be5f2ab98d9e63adee5474391f16e8c9b9d486e.tar.bz2
puppet-8be5f2ab98d9e63adee5474391f16e8c9b9d486e.tar.xz
puppet-8be5f2ab98d9e63adee5474391f16e8c9b9d486e.zip
Add ec2x2
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/ec2x2.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/ec2x2.pp b/manifests/nodes/ec2x2.pp
new file mode 100644
index 00000000..bf25cf8e
--- /dev/null
+++ b/manifests/nodes/ec2x2.pp
@@ -0,0 +1,7 @@
+node ec2x2 {
+# Location: Amazon (eu-central-1a)
+#
+ include common::default_mageia_server
+ include mga_buildsystem::buildnode
+ timezone::timezone { 'Europe/Paris': }
+}