Puppet Class: role::parsermigration
- Defined in:
- puppet/modules/role/manifests/parsermigration.pp
Overview
Class: role::parsermigration
The ParserMigration extension provides an interface for comparing article rendering with a new non-default version of the MediaWiki parser thus serving as a parser migration tool.
5 6 7 |
# File 'puppet/modules/role/manifests/parsermigration.pp', line 5
class role::parsermigration {
mediawiki::extension { 'ParserMigration': }
}
|