Puppet Class: role::adiutor
- Defined in:
- puppet/modules/role/manifests/adiutor.pp
Overview
Class: role::adiutor
Sets up the Adiutor MediaWiki extension, a UI for moderation, triage, and content maintenance tasks.
6 7 8 9 |
# File 'puppet/modules/role/manifests/adiutor.pp', line 6
class role::adiutor {
mediawiki::extension { 'Adiutor':
}
}
|