Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dasc
puppet
ssmtp
Commits
d2e24c1d
Commit
d2e24c1d
authored
Jun 12, 2019
by
Michael Thomas
Browse files
Merge branch 'template-fixup-rewritedomain' into 'master'
swap login on $rewrite_domain use in template See merge request
!3
parents
e9c87316
709b93eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/etc/ssmtp/ssmtp.conf.epp
View file @
d2e24c1d
...
...
@@ -18,10 +18,10 @@ root=<%= $root_user %>
mailhub=
<%=
$mailhub
%>
# Where will the mail seem to come from?
<%
if
$rewrite_domain
=~
Undef
{
-%>
#rewriteDomain=
<%
}
else
{
-%>
<%
if
$rewrite_domain
{
-%>
rewriteDomain=
<%=
$rewrite_domain
%>
<%
}
else
{
-%>
#rewriteDomain=
<%
}
-%>
# The full hostname
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment