aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/init.pp
blob: 06634821475bda23fabb514a66b55928580b4377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

}