aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/templates
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-11-04 23:17:19 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-11-04 23:17:19 +0000
commit5bf03cdde54508dad147d71da390ada67668714b (patch)
tree9b646c01fe8777111bc9666dedaf395adf31162d /modules/mga-mirrors/templates
parentb241e072ca1477caa6a275a8b58ec1b5b67e9a54 (diff)
downloadpuppet-5bf03cdde54508dad147d71da390ada67668714b.tar
puppet-5bf03cdde54508dad147d71da390ada67668714b.tar.gz
puppet-5bf03cdde54508dad147d71da390ada67668714b.tar.bz2
puppet-5bf03cdde54508dad147d71da390ada67668714b.tar.xz
puppet-5bf03cdde54508dad147d71da390ada67668714b.zip
- fix pgsql hostname
Diffstat (limited to 'modules/mga-mirrors/templates')
-rw-r--r--modules/mga-mirrors/templates/mga-mirrors.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/templates/mga-mirrors.ini b/modules/mga-mirrors/templates/mga-mirrors.ini
index 2c83ce92..e00d41ee 100644
--- a/modules/mga-mirrors/templates/mga-mirrors.ini
+++ b/modules/mga-mirrors/templates/mga-mirrors.ini
@@ -1,4 +1,4 @@
[db]
-pgconn=host=pgsql;dbname=mirrors
+pgconn=host=pgsql.mageia.org;dbname=mirrors
user=mirrors
password=<%= password %>