From a71deaf4778340ee8570d75b8d3890a878785424 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 2 Feb 2012 18:15:35 +0000 Subject: fix string interpolation, that broke identity ( due to restart of apache ) --- modules/catdap/templates/catdap_local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/catdap/templates/catdap_local.yml') diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index 0ab4394b..429da7c2 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -1,7 +1,7 @@ <% -ldap_server = 'ldap-master.#{domain}' +ldap_server = "ldap-master.#{domain}" -ldap_account = 'cn=catdap-#{hostname},ou=System Accounts,#{dc_suffix}' +ldap_account = "cn=catdap-#{hostname},ou=System Accounts,#{dc_suffix}" %> organisation: Mageia -- cgit v1.2.1