Module | www |
In: |
/modules/www/manifests/mediawiki.pp
/modules/www/manifests/phpmyadmin.pp /modules/www/manifests/fusionpbx.pp |
Summary: | Web data content module |
Author: | Matthias Saou <matthias@saou.eu> |
License: | Apache License 2.0 |
Updated: | November 2012 |
See each definition‘s own documentation.
Install FusionBPX data files.
Sample Usage :
www::fusionpbx{ '/var/www/html/fusionpbx': version => '2.0.9' }
You need to make sure the parent directory exists, as it won‘t get created automatically.
Install MediaWiki data files.
Sample Usage :
www::mediawiki { '/var/www/html/wiki/w': version => '1.18.0' }
You need to make sure the parent directory exists, as it won‘t get created automatically.
Install phpMyAdmin data files.
$variant can be ‘english’ (default) or ‘all-languages‘
Sample Usage :
www::phpmyadmin { '/var/www/html/phpmyadmin': version => '3.5.3' }
You need to make sure the parent directory exists, as it won‘t get created automatically.