Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
63e25879
Commit
63e25879
authored
May 22, 2013
by
Raphaël Pinson
Browse files
Get rid of scope.lookupvar
parent
01c6a1f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
spec/classes/postfix_spec.rb
View file @
63e25879
...
...
@@ -106,6 +106,8 @@ describe 'postfix' do
/schleuder/
).
with_content
(
/sympa/
).
with_content
(
/user=bar/
)
}
it
{
should
contain_file
(
'/etc/postfix/main.cf'
).
without
(
'seltype'
)
}
...
...
templates/master.cf.debian.erb
View file @
63e25879
...
...
@@ -68,7 +68,7 @@ scache unix - - - - 1 scache
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=
<%=
scope
.
lookupvar
(
'postfix::
mail_user
'
)
%>
argv=/usr/bin/maildrop -d ${recipient}
flags=DRhu user=
<%=
@
mail_user
%>
argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
...
...
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