module-postgresql/manifests
Chris Price 43ded429de Fix revoke command in database.pp to support postgres 8.1
In postgres 8.1, the 'CONNECT' privilege doesn't exist, which
would result in an error if you tried to use the 'database'
type.  This commit conditions the revoke statement to use the
'ALL' privilege on 8.1.
2013-01-16 16:38:24 -08:00
..
config Removed references to postgresql::paths in class params. 2012-12-02 20:56:36 -08:00
package_source Manage official postgres apt repo 2013-01-15 11:00:24 -08:00
client.pp Update the base class to accept version parameter 2013-01-11 14:23:56 -08:00
config.pp Merge platform.pp back into params.pp 2012-12-04 14:12:34 -08:00
database.pp Fix revoke command in database.pp to support postgres 8.1 2013-01-16 16:38:24 -08:00
database_grant.pp add optional cwd to the postgres_psql command 2012-12-14 23:02:18 +11:00
database_user.pp Puppet lint fixes 2012-11-03 02:37:20 +00:00
db.pp Update CHANGELOG, README, Modulefile for 2.0.0 release 2013-01-15 16:09:10 -08:00
devel.pp Cleanup and move control of version into params 2012-12-04 14:12:41 -08:00
init.pp Clean up docs for base class (init.pp) 2013-01-14 13:26:34 -08:00
initdb.pp Merge platform.pp back into params.pp 2012-12-04 14:12:34 -08:00
params.pp Add support for ubuntu 12.10 status 2013-01-15 23:31:14 +01:00
psql.pp Rework postgres_default_version fact 2012-12-07 10:40:18 -08:00
role.pp add optional cwd to the postgres_psql command 2012-12-14 23:02:18 +11:00
server.pp Cleanup and move control of version into params 2012-12-04 14:12:41 -08:00
validate_db_connection.pp Update uses of 'postgresql' to 'postgresql::client' 2013-01-11 14:26:27 -08:00