aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-10 00:54:29 +0000
committerMichael Scherer <misc@mageia.org>2010-11-10 00:54:29 +0000
commit567ba2d1640be888a56325ac3191f11b0c372ea3 (patch)
treebe1f4487d1cc7f9fa1e0d641de031fe38a03cfe4 /modules/bugzilla/templates
parent6aeb5908fe99164270bcb7cfbd055adf5e0d25e2 (diff)
downloadpuppet-567ba2d1640be888a56325ac3191f11b0c372ea3.tar
puppet-567ba2d1640be888a56325ac3191f11b0c372ea3.tar.gz
puppet-567ba2d1640be888a56325ac3191f11b0c372ea3.tar.bz2
puppet-567ba2d1640be888a56325ac3191f11b0c372ea3.tar.xz
puppet-567ba2d1640be888a56325ac3191f11b0c372ea3.zip
- do not hardcode the domainname ( for reusability )
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r--modules/bugzilla/templates/localconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig
index 26536e5f..b29ba242 100644
--- a/modules/bugzilla/templates/localconfig
+++ b/modules/bugzilla/templates/localconfig
@@ -43,7 +43,7 @@ $use_suexec = 0;
$db_driver = 'pg';
# The DNS name of the host that the database server runs on.
-$db_host = 'pgsql.mageia.org';
+$db_host = 'pgsql.<%= domain %>';
# The name of the database
$db_name = 'bugs';