Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
mysql.pp 358 Bytes
postgresql.pp 694 Bytes
sqlite.pp 216 Bytes

Latest revisions

# Date Author Comment
b9371650 07/03/2018 08:03 PM Ewoud Kohl van Wijngaarden

Fixes #22940 - Ensure the PG root cert is installed

When a remote database is used the postgres server is not managed. This
meant that the certificate was not placed. It's moved to the config
since it's a client config that always needs to happen.

a8297636 06/29/2017 10:56 AM Martin Bacovsky

Fixes #20079 - SSL secured and verified PGSQL connection

To setup DB with SSL and verification use params:
db_sslmode => 'verify-full',
db_root_cert => 'ca_bundle.pem'

Default DB sslmode is 'prefer' - non-verified SSL with fallback to
non-SSL. To use SSL secured connection with CA verification sslmode...

8d23b9e8 04/03/2017 03:24 AM Ewoud Kohl van Wijngaarden

Rely on puppetlabs-postgresql for Role -> Database relation

https://github.com/puppetlabs/puppetlabs-postgresql/commit/a246e586be016c99d521a8796c24f8fe7ca5c4e2
added the relation Role -> Database.

5fa9e5cc 01/06/2016 03:30 PM Pi3r

don't use qualified call to defined resource type

- resource names are not limited by scope.
- it is considered a bad practice in Puppet 3
- it isn't tolerated anymore in Puppet 4.

closes GH-386

2b101b79 09/03/2015 03:35 PM Ivan Necas

Refs #11681 - Explicitly use UTF-8 as postgres database encoding

7649d8d0 07/25/2015 03:38 PM Ewoud Kohl van Wijngaarden

Use absolute variables

019adcc7 03/17/2015 03:52 PM Trey Dockendorf

Fix support for mysql by removing inclusion of mysql class which was removed by puppetlabs/mysql in version 3.0.0

d03a4a1e 03/05/2015 10:11 AM Ewoud Kohl van Wijngaarden

Partial puppet-lint fixes

b22f96ff 01/02/2014 04:34 PM Ewoud Kohl van Wijngaarden

Work with puppetlabs-postgresql version 3+

This drops support for puppet 2.6.

b2babbd9 11/05/2013 03:14 PM Marek Hulán

Fixed order of user, database and role creation

View revisions

Also available in: Atom