diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-08 16:03:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-08 16:03:12 +0000 |
commit | e8f41de6433695bdceef0068f4fdbcba21b07ed9 (patch) | |
tree | cbdda72c9873ea11177e78724fbac23fa325e62d /modules | |
parent | e40610e4cba2dfa0797373f6b4004c6b4625b2e2 (diff) | |
download | puppet-e8f41de6433695bdceef0068f4fdbcba21b07ed9.tar puppet-e8f41de6433695bdceef0068f4fdbcba21b07ed9.tar.gz puppet-e8f41de6433695bdceef0068f4fdbcba21b07ed9.tar.bz2 puppet-e8f41de6433695bdceef0068f4fdbcba21b07ed9.tar.xz puppet-e8f41de6433695bdceef0068f4fdbcba21b07ed9.zip |
- and again, do not hardcode server name, as this would cause problem if we
move to another server
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": |