module-postgresql/spec/unit/defines/server
Tom Hey 6a29636155 (MODULES-661) Remote DB support
Adds connection-settings (for remote DB support) when creating DB resources.

Connection-settings allows a hash of options that can be used
when connecting the a remote DB (such as PGHOST, PGPORT, PGPASSWORD
PGSSLKEY) and a special option DBVERSION indicating the version
of the remote database.

Including
- Puppet updates
- Documentation updates
- RSpec unit test updates
- RSpec acceptance test updates
- Some test coverage for connection-settings
- Working acceptance test...
    Basic vagrant setup:
    * Two boxes, server and client
    * Runs puppet code to on server to setup a postgres server that allows all connections and md5 connections, creates db puppet to look at
    * Runs puppet code on client to make a server that a psql command can be run against puppet db on other server
    * Does some fancy stuff to get the fact of the IP from the first server to connect to
- Backwards compatible, with deprecation warnings around old parameters
2015-08-27 11:03:18 +01:00
..
config_entry_spec.rb Fix data directory handling 2014-10-31 16:03:15 -07:00
database_grant_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-09 16:39:04 -04:00
database_spec.rb (MODULES-661) Remote DB support 2015-08-27 11:03:18 +01:00
db_spec.rb create role before database 2015-02-23 11:57:05 +01:00
extension_spec.rb properly quote create and drop extension statements 2015-03-23 14:06:41 +01:00
grant_spec.rb (MODULES-661) Remote DB support 2015-08-27 11:03:18 +01:00
pg_hba_rule_spec.rb Added 9.4, corrected past versions based on docs 2015-06-25 16:00:42 -04:00
pg_ident_rule_spec.rb Update rspec-puppet tests for 2.0 2015-03-19 13:55:26 -07:00
recovery_spec.rb (MODULES-1761) Provide defined resource for managing recovery.conf 2015-03-30 10:27:55 +02:00
role_spec.rb (MODULES-661) Remote DB support 2015-08-27 11:03:18 +01:00
schema_spec.rb defined type for creating database schemas 2014-07-25 17:10:40 +02:00
table_grant_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-09 16:39:04 -04:00
tablespace_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-09 16:39:04 -04:00