From e8f41de6433695bdceef0068f4fdbcba21b07ed9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 16:03:12 +0000 Subject: - and again, do not hardcode server name, as this would cause problem if we move to another server --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index a674baf7..c796a099 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -126,7 +126,7 @@ class phpbb { } phpbb_config { "ldap_user": - value => "cn=phpbb-friteuse,ou=System Accounts,$dc_suffix", + value => "cn=phpbb-$hostname,ou=System Accounts,$dc_suffix", } phpbb_config { "ldap_server": -- cgit v1.2.1