Puppet Class: dovecot::pgsql
- Inherited by:
-
dovecot::pgsql::install
- Defined in:
- manifests/pgsql.pp
Overview
2 3 4 5 6 7 8 |
# File 'manifests/pgsql.pp', line 2
class dovecot::pgsql (
String $package_name,
) {
include ::dovecot
contain ::dovecot::pgsql::install
}
|