Commit graph

561 commits

Author SHA1 Message Date
Reid Vandewiele
a99ad69f3e Add tests
The test sets an ip address, uses language to indicate it should end up
in quotes.
2014-03-31 09:29:03 -07:00
Reid Vandewiele
0573c158a2 Fix postgresql_conf quote logic
Things like IP addresses DO need to be in quotes. Fixing regex to reflect
requirement.
2014-03-31 09:29:03 -07:00
Brian Almeida
3887f36943 Add spec/acceptance test for inherit option to postgresql::server::role 2014-03-27 18:10:23 -04:00
Ashley Penney
81b3e84f89 Merge pull request #397 from pieterlexis/exported_db
Allow the ex- and import of postgresql::server::db
2014-03-27 17:15:30 -04:00
Hunter Haugen
2d138b993b Merge pull request #398 from igalic/rake
Fixed travis by updating Gemfile to pin Rake to 10.1.1
2014-03-27 13:32:01 -07:00
Igor Galić
5b386f1d49 Fixed travis by updating Gemfile to pin Rake to 10.1.1
The latest Rake update requires Ruby >= 1.9. This update
fixes the failing 1.8.7 tests by pinning Rake to the last
supported version on ruby 1.8.7.

This patch is borrowed from @blkperl
2014-03-27 21:29:17 +01:00
Pieter Lexis
dcdc7c8f5a Allow the ex- and import of postgresql::server::db 2014-03-27 16:49:48 +01:00
Ashley Penney
a4661607d1 Merge pull request #393 from mcanevet/dev/rspec_puppet_1_0
Fix unit tests with rspec-puppet 1.0
2014-03-27 11:08:02 -04:00
Brian Almeida
0ee337bff2 Add documentation on inherit parameter to README.md 2014-03-24 11:22:41 -04:00
Brian Almeida
ad083d0e4d Add support to postgresql::server::role for INHERIT/NOINHERIT 2014-03-24 11:19:12 -04:00
Mickaël Canévet
67cd6f73f4 Fix unit tests with rspec-puppet 1.0 2014-03-21 13:58:26 +01:00
Hunter Haugen
b76ca612cb Merge pull request #391 from geoffgarside/freebsd
Fix FreeBSD support
2014-03-20 15:08:32 -07:00
Geoff Garside
688b0aa3fc Replace psql_db => $user with $default_database.
On FreeBSD systems the $user variable is not 'postgres' so does not
match the default database correctly. These changes use the existing
default_database parameter to replace instances where $user is passed as
the database to be connected to.

These changes are in server::database, server::role and
server::grant.
2014-03-10 09:26:28 +00:00
Geoff Garside
3896baeabb Change validate_postgresql_connection.sh exec PATH
FreeBSD needs /usr/local/bin in PATH in order to find bash. This does
require that the node has the bash port installed. It might be desired
that a separate script was provided for FreeBSD which used its /bin/sh,
this could be done by changing the for loop in the script to use

    for c in $(jot $TRIES)

in place of

    for (( c=1; c<=$TRIES; c++ ))
2014-03-10 09:20:36 +00:00
Geoff Garside
8f89ffaf06 Update FreeBSD $confdir to defer to $datadir
This matches the behaviour of most of the other operating systems
configurations.
2014-03-10 09:19:52 +00:00
Geoff Garside
3225a889e6 Move params::{user,group} to be set under osfamily
Allows for OS specific $user and $group value specification. For most of
the target operating systems these will both be 'postgres'. For FreeBSD
however these values are 'pgsql'.
2014-03-10 09:17:10 +00:00
Ashley Penney
400a82d7e0 Merge pull request #388 from hunner/remove_autorelease
Remove autorelease
2014-03-05 12:18:21 -05:00
Hunter Haugen
17eff2f7db Remove autorelease 2014-03-05 09:11:11 -08:00
Hunter Haugen
99d69b2dca Merge remote-tracking branch 'puppetlabs/3.3.x' 2014-02-28 16:25:29 -08:00
Hunter Haugen
d96b77e4d1 Merge pull request #378 from apenney/fix-ordering
Fix the locale generation for Debian.
2014-02-28 16:23:05 -08:00
Ashley Penney
7ba4b02a4d Fix the locale generation for Debian. 2014-03-01 00:11:03 +00:00
Hunter Haugen
ad6e715543 Merge pull request #377 from apenney/document-locales
Ensure we call out the locales-all requirement.
2014-02-28 14:35:11 -08:00
Ashley Penney
5616cf8a09 Ensure we call out the locales-all requirement. 2014-02-28 17:34:39 -05:00
Ashley Penney
08ed78f809 Merge pull request #374 from hunner/missed_unsup
Missed these
2014-02-27 15:49:45 -05:00
Hunter Haugen
1a925123af Missed these 2014-02-27 12:48:10 -08:00
Ashley Penney
677b003883 Merge pull request #373 from hunner/add_unsup
Add unsupported platforms
2014-02-27 14:31:05 -05:00
Hunter Haugen
29e97e36b9 Add unsupported platforms 2014-02-27 11:29:59 -08:00
Joshua Hoblitt
d49939014c change pg_hba.conf to be owned by postgres user account
At present, the ownership of pg_hba.conf is hardwired to be uid 0.  It should have the same ownership as all of the other postgressql configuration files in the same cluster so that they can be managed/edited by the postgres role user (system) account.
2014-02-27 11:38:20 -07:00
Hunter Haugen
b3dbbf604c Merge pull request #371 from apenney/selinux-fixes
Switch to a regex match to ignore \n's.
2014-02-27 09:46:49 -08:00
Ashley Penney
ef86a33997 Switch to a regex match to ignore \n's. 2014-02-27 17:31:46 +00:00
Hunter Haugen
35ea4ebb64 Merge pull request #369 from hunner/fix_lsbdistid
Missing lsbdistid stub for apt module
2014-02-25 17:19:31 -08:00
Hunter Haugen
87cc257545 Missing lsbdistid stub for apt module 2014-02-25 17:18:35 -08:00
Hunter Haugen
f82cc79b86 Merge branch 'master' into 3.3.x 2014-02-24 16:12:39 -08:00
Ashley Penney
0a8a9a5e1d Merge pull request #368 from apenney/selinux-changes
This fixes this test to work in the face of oppressive SELinux!
2014-02-20 16:46:36 -05:00
Ashley Penney
48396f5729 This fixes this test to work in the face of oppressive SELinux! 2014-02-20 21:46:23 +00:00
Ashley Penney
50fcd43883 This fixes this test to work in the face of oppressive SELinux! 2014-02-20 21:45:13 +00:00
Ashley Penney
e25efcfc21 Merge pull request #365 from igalic/psql_path
use fully-qualified path to psql to set password
2014-02-18 12:09:33 -05:00
Alex Dreyer
715bd20436 Merge pull request #366 from justinstoller/maint/3.3.x/trailing_whitespace
remove trailing whitespace
2014-02-14 12:35:54 -08:00
Justin Stoller
c246bbbc8d remove trailing whitespace 2014-02-14 12:32:57 -08:00
Igor Galić
828c3b99d2 use fully-qualified path to psql to set password
When setting the a user's password, use the fully qualified path to the
psql binary. This should fix #359
2014-02-13 11:53:41 +01:00
Hunter Haugen
fd29d1c92b Merge pull request #364 from hunner/release_3.3.1
Release 3.3.1
2014-02-12 16:34:59 -08:00
Hunter Haugen
dc37d11831 Release 3.3.1
Bugfix:
- Allow dynamic rubygems host
2014-02-12 16:33:52 -08:00
Hunter Haugen
2e8e14afc0 Merge pull request #363 from hunner/dynamic_gemsource
Allow custom gemsource
2014-02-11 16:50:16 -08:00
Hunter Haugen
969cc8b7f1 Allow custom gemsource 2014-02-11 16:38:16 -08:00
Ashley Penney
b99094b248 Merge pull request #356 from apenney/33-release
Prepare a 3.3.0 release.
2014-01-28 10:35:52 -08:00
Ashley Penney
92f3f56de8 Prepare a 3.3.0 release. 2014-01-28 17:54:07 +00:00
Ashley Penney
9d9b7b8098 Merge pull request #353 from apenney/beaker-specs
Beaker specs
2014-01-27 09:40:34 -08:00
Ashley Penney
a353e8e16d Convert rspec-system tests over to beaker.
This work converts all the tests over to beaker.  Some things are
done slightly different in beaker, we rely much more heavily on
catch_failures rather than explicitly laying out the exit codes we
want but I have attempted to preserve the spirit of all tests.
2014-01-23 19:07:04 -05:00
Hunter Haugen
df3a830cbe Merge pull request #354 from ghoneycutt/travis
Travis
2014-01-23 11:09:06 -08:00
Garrett Honeycutt
404a757774 Test against Puppet v3.4.0 2014-01-23 14:07:15 -05:00