From e9b8c92fb095a44cfa903773e959b7111eb1db02 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 12 Feb 2011 16:05:10 +0000 Subject: - initial module to setup phpbb --- modules/phpbb/manifests/init.pp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/phpbb/manifests/init.pp (limited to 'modules') 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 + +} -- cgit v1.2.1