aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates/postgresql.conf
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-10-29 00:38:08 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-10-29 00:38:08 +0000
commit3c4940554354980f75d3b3f91a0aa603672c4142 (patch)
treeeb0d0aa09065e626040ca919925de4bdd3d99342 /modules/postgresql/templates/postgresql.conf
parent195661100c28f3569a0406997cd666087ee70c66 (diff)
downloadpuppet-3c4940554354980f75d3b3f91a0aa603672c4142.tar
puppet-3c4940554354980f75d3b3f91a0aa603672c4142.tar.gz
puppet-3c4940554354980f75d3b3f91a0aa603672c4142.tar.bz2
puppet-3c4940554354980f75d3b3f91a0aa603672c4142.tar.xz
puppet-3c4940554354980f75d3b3f91a0aa603672c4142.zip
- enable ssl
Diffstat (limited to 'modules/postgresql/templates/postgresql.conf')
-rw-r--r--modules/postgresql/templates/postgresql.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postgresql/templates/postgresql.conf b/modules/postgresql/templates/postgresql.conf
index aee8261a..57c4b227 100644
--- a/modules/postgresql/templates/postgresql.conf
+++ b/modules/postgresql/templates/postgresql.conf
@@ -57,7 +57,7 @@
# - Connection Settings -
#listen_addresses = 'localhost' # what IP address(es) to listen on;
-listen_addresses = *
+listen_addresses = '*'
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
# (change requires restart)
@@ -80,6 +80,7 @@ bonjour_name = 'Magiea\'s Postgresql server'
#authentication_timeout = 1min # 1s-600s
#ssl = off # (change requires restart)
+ssl = on
#ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers
# (change requires restart)
#ssl_renegotiation_limit = 512MB # amount of data between renegotiations