diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-15 01:13:34 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-15 01:13:34 +0000 |
commit | 8259f36623b7d43553c08dee377113b1809f3261 (patch) | |
tree | 2161b9f40b542e4032ef58d56c854c31b0b77643 /modules | |
parent | ad1cd49ae663525cfb99ba00078d71cc56303f77 (diff) | |
download | puppet-8259f36623b7d43553c08dee377113b1809f3261.tar puppet-8259f36623b7d43553c08dee377113b1809f3261.tar.gz puppet-8259f36623b7d43553c08dee377113b1809f3261.tar.bz2 puppet-8259f36623b7d43553c08dee377113b1809f3261.tar.xz puppet-8259f36623b7d43553c08dee377113b1809f3261.zip |
- fix error in declaration
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 514d382b..a6109e68 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -32,7 +32,6 @@ class phpbb { } phpbb_config { "ldap_user": - value => "ou=People,$dc_suffix", value => "cn=phpbb-friteuse,ou=System Accounts,$dc_suffix", } |