module-postgresql/manifests
Mickaël Canévet abf8f64ab5 Alter superuser, createdb, createrole, login, replication status and the connection limit of a role that already exists
Previously we only created a new user, any updates to the defined resource
would not update the role. This patch adds extra logic to modify a role
whenever a parameter is changed.

System tests have also been added to support this.
2013-07-03 14:11:54 +01:00
..
config Don't hard-code postgres user's username for pg_hba 2013-06-06 12:55:43 -07:00
package_source Convert system tests to use rspec-system 2013-06-04 15:36:24 +01:00
client.pp fix lots of style issues 2013-02-15 17:22:52 +01:00
config.pp Merge platform.pp back into params.pp 2012-12-04 14:12:34 -08:00
contrib.pp Add support for other operating systems besides Redhat/Debian 2013-06-06 12:23:30 -07:00
database.pp Setting the owner of the database with createdb. 2013-03-16 16:23:51 +00:00
database_grant.pp Cleaned up and added unit tests 2013-02-25 17:50:53 +00:00
database_user.pp Merge pull request #158 from harbulot/user_nopassword 2013-04-12 12:08:49 -07:00
db.pp Add locale parameter support 2013-02-05 17:23:52 +00:00
devel.pp Add support for other operating systems besides Redhat/Debian 2013-06-06 12:23:30 -07:00
init.pp Add documentation, rspec test and support for global overriding contrib package name 2013-03-02 10:49:57 +01:00
initdb.pp Generalization to provide more flexibility in postgresql configuration 2013-02-25 17:50:34 +00:00
java.pp Add support for other operating systems besides Redhat/Debian 2013-06-06 12:23:30 -07:00
params.pp Fix up and add some tests for unknown OS patch 2013-06-06 20:53:36 +01:00
pg_hba.pp Add explicit call to concat::setup when creating concat file 2013-03-21 10:13:43 +00:00
pg_hba_rule.pp Fix versions for travis-ci 2013-02-26 14:32:25 +00:00
psql.pp Cleaned up and added unit tests 2013-02-25 17:50:53 +00:00
python.pp Add support for psycopg installation 2013-04-22 11:07:50 -04:00
role.pp Alter superuser, createdb, createrole, login, replication status and the connection limit of a role that already exists 2013-07-03 14:11:54 +01:00
server.pp Convert system tests to use rspec-system 2013-06-04 15:36:24 +01:00
tablespace.pp Cleaned up and added unit tests 2013-02-25 17:50:53 +00:00
validate_db_connection.pp Cleaned up and added unit tests 2013-02-25 17:50:53 +00:00