aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-12 16:05:10 +0000
committerMichael Scherer <misc@mageia.org>2011-02-12 16:05:10 +0000
commite9b8c92fb095a44cfa903773e959b7111eb1db02 (patch)
treef89b0e4c0a3f453dceacc761b8a6046026291a23 /modules
parent12ec10acb7f86287c0eedfc6fc2a2b25a14e52c6 (diff)
downloadpuppet-e9b8c92fb095a44cfa903773e959b7111eb1db02.tar
puppet-e9b8c92fb095a44cfa903773e959b7111eb1db02.tar.gz
puppet-e9b8c92fb095a44cfa903773e959b7111eb1db02.tar.bz2
puppet-e9b8c92fb095a44cfa903773e959b7111eb1db02.tar.xz
puppet-e9b8c92fb095a44cfa903773e959b7111eb1db02.zip
- initial module to setup phpbb
Diffstat (limited to 'modules')
-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
+
+}