Puppet Class: role::torblock

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

Overview

Class: role::torblock

Configures TorBlock, a MediaWiki extension that allows blocking access to the wiki through Tor



4
5
6
# File 'puppet/modules/role/manifests/torblock.pp', line 4

class role::torblock {
    mediawiki::extension { 'TorBlock': }
}