aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/sympa.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-03-06 23:37:40 +0200
committerThomas Backlund <tmb@mageia.org>2018-03-06 23:37:40 +0200
commit26d7881f79faef2f7fca7e1d2fea758ec2a50fe7 (patch)
tree394f248f19d56c6a0a29fd756c062395daebc11a /modules/sympa/templates/sympa.conf
parent966b8f0c21d2f60b0eb73be73b10ec8a58886574 (diff)
downloadpuppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar
puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar.gz
puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar.bz2
puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar.xz
puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.zip
sympa: fix db host
Diffstat (limited to 'modules/sympa/templates/sympa.conf')
-rw-r--r--modules/sympa/templates/sympa.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf
index e81f0c19..3e747c64 100644
--- a/modules/sympa/templates/sympa.conf
+++ b/modules/sympa/templates/sympa.conf
@@ -47,7 +47,7 @@ db_type PostgreSQL
## Hostname of the database server
## With PostgreSQL, you can also use the path to Unix Socket Directory, e.g.
## "/var/run/postgresql" for connection with Unix domain socket.
-db_host pg.
+db_host pg.<%= domain %>
## Port of the database server
db_port 5432/tcp