From 5eedf6d310d919488a3dd6046d465dd30c85ae16 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 21 Feb 2011 15:14:49 +0000 Subject: add comment on various configuration value that should deployed by puppet --- modules/phpbb/manifests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/phpbb/manifests') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 22c18ccb..a28e61b7 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -74,7 +74,11 @@ class phpbb { require => Postgresql::User[$user] } - + # TODO server_name => forums.$domain + # cookie_domain => forums.$domain + # auth_method => ldap + # ldap_uid => uid + # ldap_mail => mail phpbb_config { "ldap_user": value => "cn=phpbb-friteuse,ou=System Accounts,$dc_suffix", } -- cgit v1.2.1