diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-05 18:21:00 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-05 18:21:00 +0000 |
commit | ee9d0c4faa6709628f0b30ac4333ecb9657500cc (patch) | |
tree | 8503c308df8047741d62e9537b3ba5b9863ee20c /modules | |
parent | 0b176f18f0e20b9adcf4976f7d8895fb1f4df170 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/mga-mirrors/templates/mga-mirrors.ini | 2 |
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 %> |