Puppet Class: role::geodata
- Defined in:
- puppet/modules/role/manifests/geodata.pp
Overview
Class: role::geodata
GeoData is an extension that allows storing coordinates in articles and searching for them.
4 5 6 7 8 9 10 |
# File 'puppet/modules/role/manifests/geodata.pp', line 4
class role::geodata {
mediawiki::extension { 'GeoData':
needs_update => true,
# Should come after CirrusSearch.
priority => $::load_later,
}
}
|