aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/init.pp
blob: 0cf5fd0c9d2e33e7429b68c83fbdaf37bca6bd88 (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

}