Skip to content
Snippets Groups Projects
Commit 4af00f91 authored by Ben Hocker's avatar Ben Hocker
Browse files

Fixes issue #69 ldap-alias maps

parent 89055a99
Branches
Tags
No related merge requests found
......@@ -132,7 +132,7 @@ class postfix (
$all_alias_maps = $ldap ? {
false => $alias_maps,
true => "\"${alias_maps}, ldap:/etc/postfix/ldap-aliases.cf\"",
true => "${alias_maps}, ldap:/etc/postfix/ldap-aliases.cf",
}
anchor { 'postfix::begin': } ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment