Puppet Class: role::sitematrix
- Defined in:
- puppet/modules/role/manifests/sitematrix.pp
Overview
Class: role::sitematrix
The sitematrix extension adds a special page with a matrix of all sites
3 4 5 6 7 8 |
# File 'puppet/modules/role/manifests/sitematrix.pp', line 3
class role::sitematrix {
mediawiki::extension { 'SiteMatrix':
# TODO: DB postfixes other than 'wiki' aren't supported elsewhere
settings => "\$wgSiteMatrixSites['wiki'] = [ 'host' => 'www${mediawiki::multiwiki::base_domain}${::port_fragment}', 'name' => 'wiki' ];",
}
}
|