Puppet Class: profile::statistics::explorer

Defined in:
modules/profile/manifests/statistics/explorer.pp

Overview

SPDX-License-Identifier: Apache-2.0

Class profile::statistics::explorer



4
5
6
7
8
9
10
11
12
13
14
15
16
17
# File 'modules/profile/manifests/statistics/explorer.pp', line 4

class profile::statistics::explorer {

    include ::profile::statistics::base

    class { '::deployment::umask_wikidev': }

    # Include the MySQL research password at
    # /etc/mysql/conf.d/analytics-research-client.cnf
    # and only readable by users in the
    # analytics-privatedata-users group.
    statistics::mysql_credentials { 'analytics-research':
        group => 'analytics-privatedata-users',
    }
}