module-postgresql/manifests
Clayton O'Neill 6e55b9bbb3 Ensure db user exists before validating db connection
The validate_db_connection class takes a user to connect as, but if we're
using the progresql::server::db defined type then the user might not be
created yet, and might not have any permissions granted yet.  This patch
users a collector to ensure that the that the user and grants are active
before validating.
2014-05-23 17:05:17 -04:00
..
lib Add class postgresql::lib::perl for perl support 2014-04-04 06:13:30 -07:00
repo Update apt.postgresql.org key url 2014-04-30 12:42:46 +02:00
server Ensure db user exists before validating db connection 2014-05-23 17:05:17 -04:00
client.pp (GH-198) Fix race condition on postgresql startup 2013-10-24 00:33:45 +01:00
globals.pp Fix postgis so it installs the approprate RHEL5 package. 2014-05-13 20:24:28 +02:00
params.pp Fix postgis so it installs the approprate RHEL5 package. 2014-05-13 20:24:28 +02:00
repo.pp Various cleanups 2013-09-18 22:25:51 +01:00
server.pp Add service_ensure. 2014-05-08 16:43:22 -04:00
validate_db_connection.pp Change selector statements to have default listed last 2014-05-22 15:30:55 -07:00