Puppet Class: role::shorturl

Defined in:
puppet/modules/role/manifests/shorturl.pp

Overview

Class: role::shorturl

Installs the ShortUrl extension which adds a special page that helps create shortened URLs for wiki pages.



6
7
8
# File 'puppet/modules/role/manifests/shorturl.pp', line 6

class role::shorturl {
    mediawiki::extension { 'ShortUrl': }
}