Skip to content
GitLab
Menu
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
4af00f91
Commit
4af00f91
authored
Feb 11, 2015
by
Ben Hocker
Browse files
Fixes issue #69 ldap-alias maps
parent
89055a99
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
4af00f91
...
@@ -132,7 +132,7 @@ class postfix (
...
@@ -132,7 +132,7 @@ class postfix (
$all_alias_maps
=
$ldap
?
{
$all_alias_maps
=
$ldap
?
{
false
=>
$alias_maps
,
false
=>
$alias_maps
,
true
=>
"
\
"
${alias_maps}
, ldap:/etc/postfix/ldap-aliases.cf
\"
"
,
true
=>
"
${alias_maps}
, ldap:/etc/postfix/ldap-aliases.cf"
,
}
}
anchor
{
'postfix::begin'
:
}
->
anchor
{
'postfix::begin'
:
}
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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