Puppet Class: role::mariadb::parsercache

Defined in:
modules/role/manifests/mariadb/parsercache.pp

Overview



4
5
6
7
8
9
10
11
12
13
# File 'modules/role/manifests/mariadb/parsercache.pp', line 4

class role::mariadb::parsercache {
    system::role { 'mariadb::parsercache':
        description => 'Parser Cache Database',
    }
    include ::profile::base::production
    include ::profile::firewall
    ::profile::mariadb::ferm { 'parsercache': }

    include profile::mariadb::parsercache
}