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