diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-15 16:15:46 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-15 16:15:46 +0000 |
commit | db6bb8f84629ddac88b1e658da946a3f595e013f (patch) | |
tree | 2c694dd7d3be6fe04a4f758a80be1f23707543c3 /modules/sympa/templates | |
parent | 15b7a18485b8539a5af36ec27e73503f297c8418 (diff) | |
download | puppet-db6bb8f84629ddac88b1e658da946a3f595e013f.tar puppet-db6bb8f84629ddac88b1e658da946a3f595e013f.tar.gz puppet-db6bb8f84629ddac88b1e658da946a3f595e013f.tar.bz2 puppet-db6bb8f84629ddac88b1e658da946a3f595e013f.tar.xz puppet-db6bb8f84629ddac88b1e658da946a3f595e013f.zip |
- fix again, not a good day for me :/
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 1a925113..0a555a3f 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -265,7 +265,7 @@ db_user sympa ## Database password (associated to the db_user) ## What ever you use a password or not, you must protect the SQL server (is it a not a public internet service ?) -db_passwd <%= password %> +db_passwd <%= pgsql_password %> ## Database private extention to user table ## You need to extend the database format with these fields |