aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb/manifests/init.pp')
-rw-r--r--modules/phpbb/manifests/init.pp18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
new file mode 100644
index 00000000..5b850cc6
--- /dev/null
+++ b/modules/phpbb/manifests/init.pp
@@ -0,0 +1,18 @@
+class phpbb {
+
+ include apache::mod_php
+ include mysql
+
+ package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand"
+ ensure => installed
+ }
+
+ # TODO ldap account configuration
+
+ # TODO apache setup
+
+ # TODO git checkout
+
+ # TODO mysql vm creation
+
+}