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