akumria / puppet-postgresql

Manage and install Postgresql databases and users
37 stars 20 forks source link

peer method does not exist in psql 8.4 #10

Closed psy-q closed 11 years ago

psy-q commented 11 years ago

If we want to use this same file for both 8.4 and 9.1, we must use a method that exists on both servers.

If not, we must provide some logic that uses "peer" on 9.1 and "ident" on 8.4 servers.