Puppet Class: role::fileannotations
- Defined in:
- puppet/modules/role/manifests/fileannotations.pp
Overview
Class: role::fileannotations
The FileAnnotations extension lets you add, edit, display, and delete annotations to media files.
4 5 6 7 8 9 10 |
# File 'puppet/modules/role/manifests/fileannotations.pp', line 4
class role::fileannotations {
include ::role::eventlogging
mediawiki::extension { 'FileAnnotations':
composer => true,
}
}
|