diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-03-06 23:37:40 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-03-06 23:37:40 +0200 |
commit | 26d7881f79faef2f7fca7e1d2fea758ec2a50fe7 (patch) | |
tree | 394f248f19d56c6a0a29fd756c062395daebc11a | |
parent | 966b8f0c21d2f60b0eb73be73b10ec8a58886574 (diff) | |
download | puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar.gz puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar.bz2 puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.tar.xz puppet-26d7881f79faef2f7fca7e1d2fea758ec2a50fe7.zip |
sympa: fix db host
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
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 |