diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-25 10:48:26 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-26 00:00:12 +0200 |
commit | aacb9f37844c347a1b4fa1e9b8c7a9727a51996c (patch) | |
tree | 635cb4e34a3beff6e0229452ac1cb69a22afe3a4 | |
parent | 9dcf1744fbaff353ac8b7ace9975061a20713ac2 (diff) | |
download | puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar.gz puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar.bz2 puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar.xz puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.zip |
phpbb: Fix pgsql host
-rw-r--r-- | modules/phpbb/templates/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/phpbb/templates/config.php b/modules/phpbb/templates/config.php index 95bf1f2a..5d878235 100644 --- a/modules/phpbb/templates/config.php +++ b/modules/phpbb/templates/config.php @@ -2,7 +2,7 @@ // phpBB 3.0.x auto-generated configuration file // // Do not change anything in this file! $dbms = 'postgres'; -$dbhost = 'pgsql.<%= domain %>'; +$dbhost = 'pg.<%= domain %>'; $dbport = ''; $dbname = '<%= database %>'; $dbuser = '<%= user %>'; |