Commit graph

1113 commits

Author SHA1 Message Date
David Schmitt
ade352be44 Merge pull request #701 from smortex/patch-1
Remove extra blanks and backslashes.
2015-10-09 10:37:24 +01:00
David Schmitt
c7c839347f Merge pull request #700 from BobVanB/master
syntax error near UTF8
2015-10-08 12:28:42 +01:00
David Schmitt
10b5e3edce Merge pull request #699 from researchgate/master
Added parameter to disable automatic service restarts on config changes
2015-10-07 16:16:11 +01:00
Stefan Warten
e8c661e207 Added parameter description in README, before-relation if restart_on_change is false, and unit tests for both conditions of the parameter 2015-10-07 16:24:41 +02:00
Romain Tartière
186cd2d1d7 Remove extra blanks and backslashes. 2015-10-07 10:36:32 +02:00
Bob van Bokkem
fad4c164ab syntax error near UTF8 2015-09-30 14:25:45 +02:00
Stefan Warten
626433a125 Added parameter to disable automatic service restarts on config changes 2015-09-29 10:41:16 +02:00
Stefan Warten
ea9203dd1a Added parameter to disable automatic service restarts on config changes 2015-09-29 10:11:28 +02:00
TP Honey
46291c3c72 Merge pull request #698 from nibalizer/new_684
"fedora 22 postgresql version 9.4"
2015-09-24 09:50:47 +01:00
Javier Wilson
56b119fc62 fedora 22 postgresql version 9.4 2015-09-23 13:15:39 -07:00
Bryan Jen
0ffbcc0a5c Merge pull request #693 from frconil/master
Fixes MODULES_2059 - adds extension argument
2015-09-09 15:21:09 -07:00
François Conil
c1f4530634 Fixes MODULES_2059 - adds extension argument
This adds the ability to define the extension name separately from the
"title" of the resource, which allows you to add the extension to more
than one database.

As per the original ticket, extensions in postgresql can be defined on
a per database basis. By using the same name for both the extension and
the instance of postgresql::server::extension, you're getting duplicates
errors if you try to assign an extension to more than one database
2015-09-09 14:26:41 +10:00
TP Honey
73c4e6663a Merge pull request #695 from Danie/master
Change apt::pin to apt_postgresql_org to prevent error message
2015-09-08 09:58:31 +01:00
David Schmitt
c29570abb1 Merge pull request #694 from jbehrends/MODULES-2525
MODULES-2525 - updated systemd-override to support fedora and CentOS paths for systemd
2015-09-07 10:58:08 +01:00
Daniel Bäurer
b9b67951e1 Change apt::pin to apt_postgresql_org to prevent error message "wrong
file extension".
2015-09-04 23:35:59 +02:00
Josh Behrends
dbcb359d33 updated systemd-override to support fedora and CentOS paths for systemd 2015-09-04 10:58:53 -07:00
Morgan Haskel
09ff79471d Merge pull request #692 from puppetlabs/4.6.x
4.6.x mergeback to master
2015-09-01 17:19:20 -07:00
Morgan Haskel
39f095c7d6 Merge pull request #691 from bmjen/fix-metadata
updates metadata.json to match Puppet 4.x PMT output
2015-09-01 16:53:28 -07:00
Bryan Jen
03da5f19b4 updates metadata.json to match Puppet 4.x PMT output 2015-09-01 16:49:52 -07:00
David Schmitt
e42d787141 Merge pull request #677 from cavaliercoder/master
(MODULES-2211) Fixed systemd-override for RedHat systems with unmanaged Yum repos
2015-09-01 08:06:43 +01:00
TP Honey
b12f53204c Merge pull request #689 from DavidS/do-not-run-multi-node-tests
(MAINT) do not run the multi-node tests by default
2015-08-27 16:15:09 +01:00
David Schmitt
8ce98ad9a1 (MAINT) do not run the multi-node tests by default 2015-08-27 16:02:36 +01:00
TP Honey
405630a6ac Merge pull request #688 from DavidS/remote-postgres-control
(MODULES-661) Remote DB support
2015-08-27 11:24:56 +01:00
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
Travis Fields
43fd0e8925 Merge pull request #682 from tphoney/release_prep_4_6_0
4_6_0 release prep
2015-08-20 09:45:33 -07:00
tphoney
622b6909a7 4_6_0 release prep 2015-08-20 16:44:43 +01:00
tphoney
750a8b65d9 merge 4.5.0 release branch
Conflicts:
	CHANGELOG.md
2015-08-20 16:13:27 +01:00
vicinus
15071237e1 removed inherits postgresql::params
inheriting postgresql::params creates a cycle, because postgresql::repo gets instantiated in postgresql::globals which is inherited by postgresql::params. Also postgresql::params are not needed, because only version is used by postgresql::repo, postgresql::repo::yum_postgresql_org and postgresql::repo::apt_postgresql_org and it get set in postgresql::globals by a resource like class instantiation.
2015-08-19 18:23:50 +02:00
David Schmitt
213bb754a0 Merge pull request #672 from GoozeyX/addproxyoption
Add proxy option for yum repositories
2015-08-12 17:25:25 +01:00
Alexander Brovman
1eb45d07f1 adding proxy option for yum repositories 2015-08-12 14:42:32 +02:00
David Schmitt
4b9363417b Merge pull request #678 from npwalker/modules_2321_improve_pg_hba_rule
Decouple pg_hba_rule from postgresql::server
2015-08-12 10:32:04 +01:00
Nick Walker
25c1bae73a Decouple pg_hba_rule from postgresql::server
This change allows the pg_hba_rule defined type to be used
even if you have not included postgresql::server.

By default it will continue with the same behavior as before,
however, you can now specify some extra parameters that were
previously coming directly from postgresql::server
2015-08-11 11:47:27 -07:00
JT (Jonny)
7981b0950e Merge pull request #671 from sanoma-technology/master
Allow for undefined PostGIS version.
2015-08-10 15:40:41 +01:00
JT (Jonny)
0ccf2b65c1 Merge pull request #674 from ckaenzig/fix-postgis-pkg-name
Fix postgis default package name on RedHat
2015-08-10 15:39:32 +01:00
Ryan Armstrong
f929cadd9c (MODULES-2211) Fixed systemd-override for RedHat systems with unmanaged Yum repos
This change lets the params class compute the name of the correct systemd unit file
via $service_name.
2015-07-29 16:53:00 +08:00
Morgan Haskel
c168e0694f Merge pull request #676 from hunner/prep_4.5.0
Prep 4.5.0
2015-07-24 15:37:25 -07:00
Hunter Haugen
584e3c926a Prep 4.5.0 2015-07-24 15:35:11 -07:00
Christian Kaenzig
1956881b2b Fix postgis default package name on RedHat
The /5/ regex on $::operatingsystemrelease would match any distro release
with a 5 in it, including for example Centos "7.1.1503". Given the commit
message for this regex, it was meant to match RedHat / Centos 5.x.
2015-07-23 09:59:36 +02:00
Morgan Haskel
7cb4b9d98f Merge pull request #670 from hunner/mergeback
Mergeback 4.4.x to master
2015-07-13 16:06:58 -07:00
Steve Maddison
cda13dfd66 Allow for undefined PostGIS version. 2015-07-10 13:19:19 +02:00
Hunter Haugen
2d8298e482 Merge branch '4.4.x' into mergeback 2015-07-09 15:02:02 -07:00
TP Honey
a19098cef8 Merge pull request #666 from jamielennox1/patch-1
Update README.md
2015-07-09 12:19:32 +01:00
Morgan Haskel
c1564a0be0 Merge pull request #669 from hunner/fix_metadata
Fix incorrect metadata
2015-07-07 10:13:30 -07:00
Hunter Haugen
54c4ec9456 Fix incorrect metadata 2015-07-07 10:12:51 -07:00
Morgan Haskel
602c75307e Merge pull request #668 from bmjen/4.4.2-prep
updates metadata.json to include support for pe 2015.2
2015-07-06 16:32:28 -07:00
Bryan Jen
3589021bea updates metadata.json to include support for pe up to 2015.2.x 2015-07-06 16:31:45 -07:00
Morgan Haskel
99800c9fdf Merge pull request #667 from bmjen/4.4.2-prep
4.4.2 prep
2015-07-06 16:22:21 -07:00
Bryan Jen
e3c707c709 Release 4.4.2 prep 2015-07-06 14:03:52 -07:00
Dominic Cleal
6c0a2e4cea (MODULES-2185) Fix withenv execution under Puppet 2.7
When executing a command with environment variables, the withenv helper
under Puppet 2.7 is on Puppet::Util::Execution and on 3.0 to 3.3, it's
on Puppet::Util.
2015-07-06 13:46:23 -07:00
Jamie Lennox
41cc12efe8 Update README.md 2015-07-03 15:55:15 +01:00