aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-25 10:48:26 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-26 00:00:12 +0200
commitaacb9f37844c347a1b4fa1e9b8c7a9727a51996c (patch)
tree635cb4e34a3beff6e0229452ac1cb69a22afe3a4 /modules/phpbb
parent9dcf1744fbaff353ac8b7ace9975061a20713ac2 (diff)
downloadpuppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar
puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar.gz
puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar.bz2
puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.tar.xz
puppet-aacb9f37844c347a1b4fa1e9b8c7a9727a51996c.zip
phpbb: Fix pgsql host
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/templates/config.php2
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 %>';