aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-05 18:21:00 +0000
committerMichael Scherer <misc@mageia.org>2010-11-05 18:21:00 +0000
commitee9d0c4faa6709628f0b30ac4333ecb9657500cc (patch)
tree8503c308df8047741d62e9537b3ba5b9863ee20c /modules/mga-mirrors/templates
parent0b176f18f0e20b9adcf4976f7d8895fb1f4df170 (diff)
downloadpuppet-ee9d0c4faa6709628f0b30ac4333ecb9657500cc.tar
puppet-ee9d0c4faa6709628f0b30ac4333ecb9657500cc.tar.gz
puppet-ee9d0c4faa6709628f0b30ac4333ecb9657500cc.tar.bz2
puppet-ee9d0c4faa6709628f0b30ac4333ecb9657500cc.tar.xz
puppet-ee9d0c4faa6709628f0b30ac4333ecb9657500cc.zip
do not hardcode mageia.org in mga-mirrors config
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 e00d41ee..dd20de30 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.mageia.org;dbname=mirrors
+pgconn=host=pgsql.<%= domaine %>;dbname=mirrors
user=mirrors
password=<%= password %>