/[adm]/puppet/modules/phpbb/manifests/init.pp
ViewVC logotype

Annotation of /puppet/modules/phpbb/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1053 - (hide annotations) (download)
Sat Feb 12 16:05:10 2011 UTC (13 years, 1 month ago) by misc
File size: 291 byte(s)
- initial module to setup phpbb
1 misc 1053 class phpbb {
2    
3     include apache::mod_php
4     include mysql
5    
6     package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand"
7     ensure => installed
8     }
9    
10     # TODO ldap account configuration
11    
12     # TODO apache setup
13    
14     # TODO git checkout
15    
16     # TODO mysql vm creation
17    
18     }

  ViewVC Help
Powered by ViewVC 1.1.30