Puppet Class: dovecot::mysql::install

Inherits:
dovecot::mysql
Defined in:
manifests/mysql/install.pp

Overview



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

class dovecot::mysql::install inherits dovecot::mysql {
  if $dovecot::package_manage {
    package {$dovecot::mysql::package_name:
      ensure => $dovecot::package_ensure,
    }
  }
}