Puppet Class: dovecot::ssl

Defined in:
manifests/ssl.pp

Overview

10-ssl.conf See README.md for usage

Parameters:

  • options (Hash[String, Optional[Variant[String,Integer]]])


3
4
5
6
7
8
9
10
# File 'manifests/ssl.pp', line 3

class dovecot::ssl (
  Hash[String, Optional[Variant[String,Integer]]] $options,
) {
  dovecot::config::dovecotcfhash {'ssl':
    config_file => 'conf.d/10-ssl.conf',
    options     => $options,
  }
}