Puppet Class: role::mariadb::parsercache

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

Overview



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

class role::mariadb::parsercache {
    include ::profile::base::production
    include ::profile::firewall
    ::profile::mariadb::ferm { 'parsercache': }

    include profile::mariadb::parsercache
}