diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-03-06 23:39:46 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-03-06 23:39:46 +0200 |
commit | 39217f7f2ae59517691280d3516d6899d5562f07 (patch) | |
tree | 4ac6138ebb30d710c41c81d2f28b52d025977921 /modules/mga-mirrors/templates | |
parent | 26d7881f79faef2f7fca7e1d2fea758ec2a50fe7 (diff) | |
download | puppet-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/templates')
-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 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 %> |