module-postgresql/manifests/server
Andreas Ntaflos aee6dba6f8 Use correct TCP port when checking password
The PostgreSQL server's port is specified in `postgresql::server::port`, so use it in the `unless` clause of `Exec['set_postgres_postgrespw']`. Failing to do so results in repeated invocations of the exec resource during Puppet runs when the server's port is not set to the default of 5432.
2015-02-27 04:48:15 +01:00
..
config.pp Fix lint warnings 2015-01-21 10:46:29 +11:00
config_entry.pp Fix data directory handling 2014-10-31 16:03:15 -07:00
contrib.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
database.pp Fix comment detection 2015-02-05 14:39:58 -08:00
database_grant.pp Major rewrite to solve order dependencies and unclear public API 2013-09-14 06:39:15 +01:00
db.pp create role before database 2015-02-23 11:57:05 +01:00
extension.pp Add postgresql::server::extension definition 2014-12-08 16:27:33 +01:00
grant.pp Fix invalid byte sequence in US-ASCII error 2015-01-09 13:33:30 +01:00
initdb.pp Fix template1 encoding on debian 2015-02-19 08:37:31 +01:00
install.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
passwd.pp Use correct TCP port when checking password 2015-02-27 04:48:15 +01:00
pg_hba_rule.pp Fixed deprecation warning for class param in server.pp. Changed subclasses of server to use ::_version, which will be assigned the value from globals or (deprecated) class param. 2014-08-18 11:26:06 +02:00
pg_ident_rule.pp Create the pg_ident_rule defined type 2014-07-26 17:14:51 -05:00
plperl.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
postgis.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
reload.pp Remove the ensure => absent uninstall code. 2014-07-12 12:15:42 -04:00
role.pp Fixed deprecation warning for class param in server.pp. Changed subclasses of server to use ::_version, which will be assigned the value from globals or (deprecated) class param. 2014-08-18 11:26:06 +02:00
schema.pp Add schema creator 2014-12-02 20:54:22 +00:00
service.pp Add service_manage parameter 2014-12-05 10:10:17 +11:00
table_grant.pp Add support for port parameter to postgresql::server, fix underlying assumptions that port=5432 2014-04-17 15:09:07 -04:00
tablespace.pp Require server package before user permissions 2015-02-04 13:39:33 -08:00