aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-21 15:14:49 +0000
committerMichael Scherer <misc@mageia.org>2011-02-21 15:14:49 +0000
commit5eedf6d310d919488a3dd6046d465dd30c85ae16 (patch)
tree955e0655b537b9486e9e3832f21be7f9b9bfc2e5 /modules/phpbb/manifests
parent8c1a364046b97dca41dc2d56693cec11bce51ade (diff)
downloadpuppet-5eedf6d310d919488a3dd6046d465dd30c85ae16.tar
puppet-5eedf6d310d919488a3dd6046d465dd30c85ae16.tar.gz
puppet-5eedf6d310d919488a3dd6046d465dd30c85ae16.tar.bz2
puppet-5eedf6d310d919488a3dd6046d465dd30c85ae16.tar.xz
puppet-5eedf6d310d919488a3dd6046d465dd30c85ae16.zip
add comment on various configuration value that should deployed by puppet
Diffstat (limited to 'modules/phpbb/manifests')
-rw-r--r--modules/phpbb/manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
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",
}