aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/jonund.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/jonund.pp')
-rw-r--r--manifests/nodes/jonund.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/nodes/jonund.pp b/manifests/nodes/jonund.pp
new file mode 100644
index 00000000..9211fe21
--- /dev/null
+++ b/manifests/nodes/jonund.pp
@@ -0,0 +1,11 @@
+# buildnode
+node jonund {
+# Location: IELO datacenter (marseille)
+#
+ include common::default_mageia_server
+ include buildsystem::buildnode
+ include buildsystem::iurt20101
+ timezone::timezone { "Europe/Paris": }
+ include shorewall
+ include shorewall::default_firewall
+}