From cd6351ab1212d5dea85db326113c887065b1efd6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 20 Nov 2010 11:52:54 +0000 Subject: - do not let file with passwords to be world readable ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others --- modules/catdap/templates/catdap_local.yml | 4 ---- 1 file changed, 4 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 b62f80a4..50f43601 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -1,8 +1,4 @@ <% -# domain come from facter - -dc_suffix = 'dc=' + domain.gsub('.',',dc=') - ldap_server = 'ldap.' + domain ldap_password = catdap_password -- cgit v1.2.1