~stub/charms/precise/postgresql/syslog

« back to all changes in this revision

Viewing changes to templates/pg_hba.conf.tmpl

  • Committer: Stuart Bishop
  • Date: 2014-05-07 04:50:17 UTC
  • mfrom: (90.1.53 fix-failover-tests)
  • Revision ID: stuart.bishop@canonical.com-20140507045017-x46jsqw3yp0qkmp3
Merged fix-failover-tests into syslog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Database administrative login by UNIX sockets
6
6
local   all         root,postgres                     ident map=superusers
7
7
local   replication root,postgres                     ident map=superusers
8
 
local   all         nagios                            ident
 
8
local   all         nagios                            md5
9
9
 
10
10
{% if access_list is defined -%}
11
11
{% for unit in access_list -%}