aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/group_aliases.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-23 00:03:45 +0000
committerMichael Scherer <misc@mageia.org>2012-01-23 00:03:45 +0000
commit19840d1550aaf43af8ab4c08e2fdbb5bec8693bb (patch)
treec4a1497782967224821693c449f6e438e14902c8 /modules/postfix/templates/group_aliases.conf
parentcd4451a8645394287172c2ae8cb12b13e8e9af7d (diff)
downloadpuppet-19840d1550aaf43af8ab4c08e2fdbb5bec8693bb.tar
puppet-19840d1550aaf43af8ab4c08e2fdbb5bec8693bb.tar.gz
puppet-19840d1550aaf43af8ab4c08e2fdbb5bec8693bb.tar.bz2
puppet-19840d1550aaf43af8ab4c08e2fdbb5bec8693bb.tar.xz
puppet-19840d1550aaf43af8ab4c08e2fdbb5bec8693bb.zip
remove extranous ''
Diffstat (limited to 'modules/postfix/templates/group_aliases.conf')
-rw-r--r--modules/postfix/templates/group_aliases.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/templates/group_aliases.conf b/modules/postfix/templates/group_aliases.conf
index 106a0759..ce774952 100644
--- a/modules/postfix/templates/group_aliases.conf
+++ b/modules/postfix/templates/group_aliases.conf
@@ -1,5 +1,5 @@
<%-
- ldap_servers.map! { |l| "'ldaps://#{l}:636'" }
+ ldap_servers.map! { |l| "ldaps://#{l}:636" }
-%>
server_host = <%= ldap_servers.join(' ') %>
search_base = <%= dc_suffix %>