aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/forums/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/forums/manifests/init.pp b/deployment/forums/manifests/init.pp
new file mode 100644
index 00000000..8a8fc191
--- /dev/null
+++ b/deployment/forums/manifests/init.pp
@@ -0,0 +1,5 @@
+class forums {
+
+ phpbb::instance { "en": }
+
+}