~stub/charms/precise/postgresql/bug-1302494-fix-persistent-storage

« back to all changes in this revision

Viewing changes to templates/pg_hba.conf.tmpl

  • Committer: Darren Spiteri
  • Date: 2014-03-04 22:39:14 UTC
  • mfrom: (88.1.1 postgresql)
  • Revision ID: darren.spiteri@canonical.com-20140304223914-0x2y3b1gusuvvja9
[dames,r=dspiteri] Allow nagios to check postgres with check_pgsql

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                            md5
 
8
local   all         nagios                            ident
9
9
 
10
10
{% if access_list is defined -%}
11
11
{% for unit in access_list -%}