Puppet Class: dovecot::pgsql::install

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

Overview



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

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