Merge "Align exim module parameter name with the tree"

This commit is contained in:
Jenkins 2014-07-05 21:31:02 +00:00 committed by Gerrit Code Review
commit 46188fea70
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ class exim(
$queue_run_max = '5',
$queue_smtp_domains = '',
$smarthost = false,
$sysadmin = []
$sysadmins = []
) {
include exim::params

View File

@ -14,6 +14,6 @@ security: root
gerrit2: root
jenkins: root
<% if sysadmin.length > 0 -%>
root: <%= sysadmin.join(",") %>
<% if sysadmins.length > 0 -%>
root: <%= sysadmins.join(",") %>
<% end -%>