Puppet Class: dovecot::mysql

Inherited by:
dovecot::mysql::install
Defined in:
manifests/mysql.pp

Overview

Parameters:

  • package_name (String)


2
3
4
5
6
7
8
# File 'manifests/mysql.pp', line 2

class dovecot::mysql (
  String $package_name,
) {
  include ::dovecot

  contain ::dovecot::mysql::install
}