Puppet Class: role::wikistats::instance

Defined in:
modules/role/manifests/wikistats/instance.pp

Overview

role to setup a wikistats instance on a cloud VPS wikistats.wmcloud.org

This is a historic cloud-only project.

It is NOT stats.wikimedia.org or wikistats2 run by the WMF Analytics team.

These projects are unrelated despite the similar names.

maintainer: dzahn phabricator-tag: VPS-project-Wikistats



14
15
16
17
18
19
20
21
# File 'modules/role/manifests/wikistats/instance.pp', line 14

class role::wikistats::instance {

    system::role { 'wikistats': description => 'wikistats instance' }

    require ::profile::wikistats
    require ::profile::wikistats::db
    require ::profile::wikistats::httpd
}