[augeas-devel] [Augeas] #281: Add support for pg_hba.conf paths whith multiple postgresql versions installed

Augeas trac at fedorahosted.org
Tue May 29 19:44:31 UTC 2012


#281: Add support for pg_hba.conf paths whith multiple postgresql versions
installed
-------------------------+---------------------
 Reporter:  fl0          |       Owner:  lutter
     Type:  enhancement  |      Status:  new
 Priority:  major        |   Milestone:  next
Component:  Augeas       |     Version:  0.9.0
 Keywords:  pg_hba.conf  |  Blocked By:
 Blocking:               |
-------------------------+---------------------
 Hi,

 currently only these paths are allowed in augeas:


 {{{
 let filter = (incl "/var/lib/pgsql/data/pg_hba.conf" .
                   incl "/etc/postgresql/*/*/pg_hba.conf" )
 }}}

 on el6 if you use the rpms from postgresql, the path looks like this , to
 support multiple versions installed.

 {{{
 /var/lib/pgsql/9.1/data/pg_hba.conf
 }}}

 please add /var/lib/pgsql/*/data/pg_hba.conf to the supportet paths

 regards fl0

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/281>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list