Merge "Align exim module parameter name with the tree"
This commit is contained in:
commit
46188fea70
@ -4,7 +4,7 @@ class exim(
|
|||||||
$queue_run_max = '5',
|
$queue_run_max = '5',
|
||||||
$queue_smtp_domains = '',
|
$queue_smtp_domains = '',
|
||||||
$smarthost = false,
|
$smarthost = false,
|
||||||
$sysadmin = []
|
$sysadmins = []
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include exim::params
|
include exim::params
|
||||||
|
@ -14,6 +14,6 @@ security: root
|
|||||||
|
|
||||||
gerrit2: root
|
gerrit2: root
|
||||||
jenkins: root
|
jenkins: root
|
||||||
<% if sysadmin.length > 0 -%>
|
<% if sysadmins.length > 0 -%>
|
||||||
root: <%= sysadmin.join(",") %>
|
root: <%= sysadmins.join(",") %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user