Commit graph

462 commits

Author SHA1 Message Date
Karel Brezina
b16c1e0d64 Improved test result matching for the advanced PGS configuration test. 2013-01-31 16:27:47 +01:00
Karel Brezina
ed29a9931d RSpec tests were fixed to work properly with included postgresql_puppet_extras.conf 2013-01-31 15:56:50 +01:00
Chris Price
a4ec366811 WIP - adding support for an 'included' config file 2013-01-31 15:56:48 +01:00
Chris Price
7b080970c8 WIP 2013-01-31 15:56:18 +01:00
Chris Price
6e4ea18e8b Merge pull request #100 from kbrezina/master
Support for tablespaces
2013-01-30 11:31:22 -08:00
Chris Price
9fd7f1a4b1 Final commit for 2.0.1 release; update CHANGELOG and Modulefile 2013-01-30 09:55:29 -08:00
Karel Brezina
8a01e1917c Improved tablespace rspec test 2013-01-30 14:35:14 +01:00
Chris Price
83861ebd29 Update spec/README.md 2013-01-29 10:54:27 -08:00
Karel Brezina
9114490e9d Tablespacing improvements 2013-01-29 14:05:15 +01:00
Karel Brezina
fad93fbeea Added support for tablespaces 2013-01-28 18:01:11 +01:00
Chris Price
cdd4220071 Merge pull request #89 from laurenrother/master
Updated content to conform to README best practices template
2013-01-24 14:29:25 -08:00
Chris Price
5e47aff57a Merge pull request #94 from puppetlabs-operations/wheezy_7_0_default_version
Update postgres_default_version to 9.1 for debian 7.0
2013-01-23 09:02:49 -08:00
Adrien Thebo
04a7b06d15 Update postgres_default_version to 9.1 for debian 7.0
/etc/debian_version on Wheezy was updated to 7.0 with the release of the
base-files package on 2012-12-12, which means that wheezy could be
either 7.0 or wheezy depending on what version of base-files is
installed. To handle both cases we treat 'wheezy' and '7.*' as
synonymous.
2013-01-22 20:54:19 -08:00
Lauren Rother
79879099b7 Fixed typos, rewording and typsetting per feedback
Updated spelling errors, typsetting issues and some wording suggestions
based on module author feedback
2013-01-22 15:16:21 -08:00
Lauren Rother
f140ce3be4 Updated content to conform to README best practices template
Before alterations, this content was the module author-determined
description of and instructions for use of the module.

As part of a joint Forge/Docs team effort to standardize formatting and
encourage quality module documentation, a best practices README
template was created via internal and external user testing. That
template was then applied to this module.

I pulled in content from the original README on GitHub and the Module
of the Week blog post. A table of contents was added for navigability,
standard headings were added (Overview, Module Description, Setup,
Usage, Implementation, etc.) to organize content, existent and
pulled-in content was moved under its appropriate heading and edited
for tone/flow/clarity, links to outside documentation were updated, and
basic formatting was done to adhere to template standards.
2013-01-18 16:17:08 -08:00
Chris Price
2568038e02 Merge pull request #87 from sfontes/patch-1
Syntax error in params.pp file
2013-01-18 09:28:42 -08:00
Chris Price
7e3803441b Merge pull request #88 from FlaPer87/trailing/comma
Removed trailing comma. Makes puppet fail
2013-01-18 09:28:07 -08:00
Flaper Fesp
219e7445bd Removed trailing comma. Makes puppet fail 2013-01-18 15:58:47 +01:00
Simão Fontes
05c9104ae1 Update manifests/params.pp
err: Could not parse for environment production: Syntax error at ')' at /etc/puppet/modules/common/postgresql/manifests/params.pp:34
2013-01-18 11:57:21 +00:00
Chris Price
5a7e1d442f Merge pull request #83 from cprice-puppet/bug/master/82-pg-8.1-connect-privilege
Fix revoke command in database.pp to support postgres 8.1
2013-01-16 17:21:13 -08:00
Chris Price
43ded429de Fix revoke command in database.pp to support postgres 8.1
In postgres 8.1, the 'CONNECT' privilege doesn't exist, which
would result in an error if you tried to use the 'database'
type.  This commit conditions the revoke statement to use the
'ALL' privilege on 8.1.
2013-01-16 16:38:24 -08:00
Daniel Pittman
a018be54e7 Merge pull request #79 from Seldaek/patch-2
Add support for ubuntu 12.10 status
2013-01-16 10:17:19 -08:00
Chris Price
2580464d59 Merge pull request #81 from cprice-puppet/maint/master/2.0-release
Update CHANGELOG, README, Modulefile for 2.0.0 release
2013-01-15 16:43:22 -08:00
Chris Price
1d6ad0ce9b Update CHANGELOG, README, Modulefile for 2.0.0 release 2013-01-15 16:09:10 -08:00
Ken Barber
3b060fa208 Merge pull request #80 from cprice-puppet/bug/master/require-service-from-db
Add a "require" to make sure the service is up before trying to create a...
2013-01-15 14:46:05 -08:00
Chris Price
a1d0ef75f0 Add a "require" to make sure the service is up before trying to create a db 2013-01-15 14:43:18 -08:00
Ken Barber
21868869dd Merge pull request #78 from cprice-puppet/maint/master/fix-error-message-in-default-version-fact
Fix error message in default version fact
2013-01-15 14:38:55 -08:00
Jordi Boggiano
3504405cf0 Add support for ubuntu 12.10 status 2013-01-15 23:31:14 +01:00
Ken Barber
c35f78d23a Merge pull request #77 from cprice-puppet/maint/master/stdlib-dep-semantic-versioning
Update stdlib dependency to reflect semantic versioning
2013-01-15 14:11:26 -08:00
Chris Price
0ae8ac12f2 Update stdlib dependency to reflect semantic versioning 2013-01-15 14:09:51 -08:00
Chris Price
dfa397c26e Fix error message in default version fact
A commit that I merged yesterday broke the default version fact
such that it would sometimes return nil and sometimes an error message
if your distro wasn't supported.  This commit makes it consistent again.
2013-01-15 13:25:21 -08:00
Chris Price
19b12ffed4 Merge pull request #75 from cprice-puppet/kbarber-ticket/master/manage_postgres_apt_repo
Kbarber ticket/master/manage postgres apt repo
2013-01-15 11:28:55 -08:00
Ken Barber
5963a0a4b9 Fix examples for specifying usage of official postgresql repos
This changes the wording and name of the example for using
yum|apt.postgresql.org as the source of your packages.

Signed-off-by: Ken Barber <ken@bob.sh>
2013-01-15 11:00:24 -08:00
Ken Barber
faeac44713 Manage official postgres apt repo
Previously we hadn't supported using the official PostgreSQL repos for deb-based
packaging. This commit fixes that by introducing the management of the apt
repositories on the host as required, and using the correct package and service
name.

Signed-off-by: Ken Barber <ken@bob.sh>
2013-01-15 11:00:24 -08:00
Chris Price
a32553ba77 Merge pull request #70 from cprice-puppet/bug/master/amz-linux-patch-cleanup
Fix merge issue from AMZ linux patch
2013-01-14 14:15:58 -08:00
Chris Price
5f705ddf32 Fix merge issue from AMZ linux patch 2013-01-14 14:14:10 -08:00
Ken Barber
3a180d80cb Merge pull request #66 from cprice-puppet/maint/master/allow-version-param-in-main-init
Change API to expose non-default pg version support via main type
2013-01-14 14:04:24 -08:00
Chris Price
b208885620 Merge pull request #39 from haf/amz-linux
Amz linux
2013-01-14 13:46:01 -08:00
Henrik
5c89dc11f9 data dirs on amazon differ 2013-01-14 22:40:59 +01:00
Henrik
6cb9071bfd Updating params.
The OS Family for Amazon Linux is "Linux", and $::operatingsystem is
"Amazon".
2013-01-14 22:40:05 +01:00
Henrik
02aef86e31 updating the switch statement looking at osfamily 2013-01-14 22:35:25 +01:00
Chris Price
1477d03503 Clean up docs for base class (init.pp) 2013-01-14 13:26:34 -08:00
Chris Price
f2dd4d2da0 Merge pull request #69 from Seldaek/patch-1
Provide version for ubuntu 12.10
2013-01-14 13:11:35 -08:00
Jordi Boggiano
82dc194a7d Provide version for ubuntu 12.10 2013-01-14 19:48:52 +01:00
Chris Price
a8e66e6872 Update uses of 'postgresql' to 'postgresql::client' 2013-01-11 14:26:27 -08:00
Chris Price
45669b7f8b Add remaining params to init.pp, and update tests 2013-01-11 14:23:56 -08:00
Hunter Haugen
6c0b1eff95 Update the base class to accept version parameter 2013-01-11 14:23:56 -08:00
Chris Price
8b14a656d7 Merge pull request #62 from kbarber/ticket/master/fix_inherits_and_test_validate_db_connection
Fix inherits issue with validate_db_connection
2013-01-11 14:21:17 -08:00
Ken Barber
e1acc2774f Fix inherits issue with validate_db_connection
Previously the validate_db_connection defined type was trying to use inherits
like a class. This of course would fail.

After analyzing its usage, I've removed the need for the top-level params
inherit by just including the 'postgresql' module which pulls in the client
package and the params class as well. It also avoids resource duplication
for the client package as well.

To ensure we don't get regression on this I've added system tests that test
this defined type in a success and failure state.

Signed-off-by: Ken Barber <ken@bob.sh>
2013-01-11 21:57:38 +00:00
Ken Barber
358ebc178b Merge pull request #58 from Mosibi/master
Turn the exec in validate_db_connection.pp around
2013-01-11 04:21:44 -08:00