aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-03-06 23:39:46 +0200
committerThomas Backlund <tmb@mageia.org>2018-03-06 23:39:46 +0200
commit39217f7f2ae59517691280d3516d6899d5562f07 (patch)
tree4ac6138ebb30d710c41c81d2f28b52d025977921 /modules/mga-mirrors
parent26d7881f79faef2f7fca7e1d2fea758ec2a50fe7 (diff)
downloadpuppet-39217f7f2ae59517691280d3516d6899d5562f07.tar
puppet-39217f7f2ae59517691280d3516d6899d5562f07.tar.gz
puppet-39217f7f2ae59517691280d3516d6899d5562f07.tar.bz2
puppet-39217f7f2ae59517691280d3516d6899d5562f07.tar.xz
puppet-39217f7f2ae59517691280d3516d6899d5562f07.zip
mga-mirrors: fix db host
Diffstat (limited to 'modules/mga-mirrors')
-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 ce7ee911..b0703f28 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.<%= domain %>;dbname=mirrors
+pgconn=host=pg.<%= domain %>;dbname=mirrors
user=mirrors
password=<%= pgsql_password %>