File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
String $alias_domains,
5
5
String $environment,
6
6
String $imap_domain,
7
- Optional[Integer] $message_size_limit,
8
7
Array[String] $relaying_servers,
9
8
String $short_domain,
10
9
String $smtp_domain,
11
- String $interface = ' ens3' ,
12
- Array[String] $mydestination = [' $myhostname' , ' localhost.localdomain' , ' localhost' ],
13
- String $postfix_image = ' docker.sunet.se/mail/postfix' ,
14
- String $postfix_tag = ' SUNET-1' ,
15
- Array[String] $relay_servers = [' mf-tst-ng-1.sunet.se:587' , ' mf-tst-ng-2.sunet.se:587' ],
10
+ String $interface = ' ens3' ,
11
+ Optional[Integer] $message_size_limit = undef ,
12
+ Array[String] $mydestination = [' $myhostname' , ' localhost.localdomain' , ' localhost' ],
13
+ String $postfix_image = ' docker.sunet.se/mail/postfix' ,
14
+ String $postfix_tag = ' SUNET-1' ,
15
+ Array[String] $relay_servers = [' mf-tst-ng-1.sunet.se:587' , ' mf-tst-ng-2.sunet.se:587' ],
16
16
)
17
17
{
18
18
You can’t perform that action at this time.
0 commit comments