aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates/postgresql.conf
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-10-28 23:59:20 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-10-28 23:59:20 +0000
commit195661100c28f3569a0406997cd666087ee70c66 (patch)
treeb0d35c8dbe99e190791ea21f7c1fc6b3d4b697c8 /modules/postgresql/templates/postgresql.conf
parentd92e4852743188101bd9889be575d0e0b5c0bf7c (diff)
downloadpuppet-195661100c28f3569a0406997cd666087ee70c66.tar
puppet-195661100c28f3569a0406997cd666087ee70c66.tar.gz
puppet-195661100c28f3569a0406997cd666087ee70c66.tar.bz2
puppet-195661100c28f3569a0406997cd666087ee70c66.tar.xz
puppet-195661100c28f3569a0406997cd666087ee70c66.zip
- add login management to postgresql
Diffstat (limited to 'modules/postgresql/templates/postgresql.conf')
-rw-r--r--modules/postgresql/templates/postgresql.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/templates/postgresql.conf b/modules/postgresql/templates/postgresql.conf
index 76ae3eeb..aee8261a 100644
--- a/modules/postgresql/templates/postgresql.conf
+++ b/modules/postgresql/templates/postgresql.conf
@@ -57,6 +57,7 @@
# - Connection Settings -
#listen_addresses = 'localhost' # what IP address(es) to listen on;
+listen_addresses = *
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
# (change requires restart)
@@ -73,6 +74,7 @@ max_connections = 100 # (change requires restart)
# (change requires restart)
#bonjour_name = '' # defaults to the computer name
# (change requires restart)
+bonjour_name = 'Magiea\'s Postgresql server'
# - Security and Authentication -