~pjdc/charms/trusty/postgresql/nagios-additional-servicegroups

« back to all changes in this revision

Viewing changes to templates/pg_hba.conf.tmpl

  • Committer: Stuart Bishop
  • Date: 2014-05-07 04:49:06 UTC
  • mfrom: (90.1.4 postgresql)
  • Revision ID: stuart@stuartbishop.net-20140507044906-8z43ktiwg20j1bct
[thedac] Package holding & nagios fixes, per https://code.launchpad.net/~thedac/charms/precise/postgresql/package-holding/+merge/216411

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 -%}