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
Garrett Honeycutt
97a226f32d
Enable fast finish in Travis
...
http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
2014-01-23 14:06:57 -05:00
Ashley Penney
d3cc71b604
Merge pull request #340 from jhoblitt/fix_dep_warning
...
use Puppet::Util::Execute.execute with puppet >= 3.4
2014-01-21 15:13:54 -08:00
Ashley Penney
488e988a0c
Merge pull request #322 from bcomnes/amazon
...
Added newline at end of file
2014-01-21 15:03:21 -08:00
Ashley Penney
139ca0a542
Merge pull request #327 from xaque208/freebsdsupport
...
(feat) Add FreeBSD Support
2014-01-21 15:03:05 -08:00
Ashley Penney
8d7bf05796
Merge pull request #325 from aadamovich/patch-2
...
$postgresql::server::client_package_name is referred from install.pp, bu...
2014-01-21 14:36:11 -08:00
Ashley Penney
4409dbc4b2
Merge pull request #324 from aadamovich/patch-1
...
Wrong parameter name: manage_pg_conf -> manage_pg_hba_conf
2014-01-21 14:35:35 -08:00
Ashley Penney
0bb214d1be
Merge pull request #317 from hubspotdevops/validate_db_connection_float
...
Prevent float of defined resource.
2014-01-21 14:32:19 -08:00
Ashley Penney
301715b8a9
Merge pull request #256 from mnencia/patch-3
...
Add support to custom xlogdir parameter
2014-01-21 14:24:10 -08:00
Ken Barber
24a69ea66b
Merge pull request #349 from irconan/patch-1
...
Update README.md
2014-01-21 05:26:37 -08:00
irconan
44bf1bbb32
Update README.md
...
Fixed typo "inidb_path" -> "initdb_path"
2014-01-21 13:17:16 +00:00
Ken Barber
3228212774
Merge pull request #347 from mhagander/typo_fix
...
Fix typo, clearly from a copy/paste mistake
2014-01-17 06:49:52 -08:00
Magnus Hagander
ccd2a50701
Fix typo, clearly from a copy/paste mistake
2014-01-17 15:47:29 +01:00
Ashley Penney
5bf5f5f83a
Merge pull request #343 from flypenguin/modified
...
fix for concat error
2014-01-11 08:13:49 -08:00
Axel Bock
6f99380a8b
fix for concat error
2014-01-09 17:39:57 +01:00
Ashley Penney
7bd0d82fc2
Merge pull request #333 from brandonwamboldt/fix-pg91
...
Fix NOREPLICATION option for Postgres 9.1
2014-01-08 07:05:15 -08:00
Ashley Penney
9ebf893a0a
Merge pull request #339 from jhoblitt/rspec-puppet-fixes
...
Rspec puppet fixes
2014-01-08 06:04:36 -08:00
Joshua Hoblitt
658e20afb5
use Puppet::Util::Execute.execute with puppet >= 3.4
...
Resolves this warning on puppet 3.4.2:
Warning: Puppet::Util::SUIDManager.run_and_capture is deprecated; please
use Puppet::Util::Execution.execute instead.
This patch also fixes the postgresql_psql provider's broken puppet "4"
support.
2014-01-07 16:12:53 -07:00
Joshua Hoblitt
2f74feba2c
update rspec-puppet tests to use contain_class() instead of include_class()
2014-01-07 15:16:09 -07:00
Joshua Hoblitt
c152cd40e7
peg rspec-puppet gem version < 1
...
rspec-puppet >= 1.0 removed the catalogue method which breaks the param
method in `spec/spec_helper.rb`. Hopefully, this method will be re-added
in a subsequent release.
2014-01-07 15:13:45 -07:00
Ashley Penney
044ff621d7
Merge pull request #335 from n1tr0g/master
...
README.md postgresql::globals class parameter description fix
2014-01-06 09:32:24 -08:00
Dejan Golja
6612fa28bb
Missing service_provider description and wrong service_name description for postgresql::globals class
2013-12-24 13:09:12 +11:00
Brandon Wamboldt
694c3ffbf7
Fix NOREPLICATION option for Postgres 9.1
...
Fixing a bug when using this module with Postgresql 9.1 that causes alter role statements to execute during every apply.
2013-12-20 13:09:42 -04:00
Aaron Blew
ce467633d1
Added xlogdir test to basic install/db creation validation test. Updated README
2013-12-15 12:54:53 +01:00
Marco Nenciarini
2b81d5cb63
Add support to custom xlogdir parameter
...
Having a custom xlogdir location is desiderable for performances in many production environments
2013-12-14 23:55:24 +01:00
Ashley Penney
68e0a6cc03
Merge pull request #323 from Element84/FixtureFix
...
Unable to run spec tests from behind firewall
2013-12-13 14:47:34 -08:00
Zach Leslie
37fecaf929
(feat) Add FreeBSD Support
...
This adds the paramaters needed for the module to function on FreeBSD.
2013-12-08 11:23:43 -08:00
aadamovich
02c0184f58
$postgresql::server::client_package_name is referred from install.pp, but is not defined in server.pp
2013-12-04 21:12:40 +01:00
aadamovich
0e1fa6f8b2
Wrong parameter name: manage_pg_conf -> manage_pg_hba_conf
2013-12-04 21:09:56 +01:00
Marc Huffnagle
f1bed14d9d
Updated the URLs in the .fixtures.yml file to use https
2013-12-02 15:42:37 -05:00
Bret Comnes
b0f082c226
Added newline at end of file
2013-11-30 18:02:16 -08:00
Ashley Penney
8ed663fff5
Merge pull request #320 from apenney/fix-suid
...
(FM-486) Fix deprecated Puppet::Util::SUIDManager.run_and_capture
2013-11-25 15:02:28 -08:00
Ashley Penney
878bf49617
(FM-486) Fix deprecated Puppet::Util::SUIDManager.run_and_capture
...
Puppet::Util::SUIDManager.run_and_capture recently changed to
Execution.execute, switch before it blows up and stops working.
2013-11-22 14:45:37 -08:00
Ashley Penney
0796eb9fc6
Merge pull request #311 from kronn/patch-1
...
Remove deprecated and unused parameters to concat::fragment
2013-11-20 11:01:47 -08:00
Ashley Penney
68ac871e8b
Merge pull request #309 from leehanel/master
...
add lc_* config entry settings
2013-11-20 08:57:02 -08:00
Ashley Penney
fdf5f04351
Merge pull request #313 from hubspotdevops/initdb_order
...
Exec['postgresql_initdb'] needs to be done after $datadir exists
2013-11-19 13:56:23 -08:00
Ken Barber
c114885a04
Merge pull request #310 from mcanevet/table_grant_fix
...
Fix table_grant_spec to show a bug
2013-11-15 08:40:16 -08:00
Mickaël Canévet
4cd64e80ac
Add missing privileges
2013-11-15 15:20:15 +01:00
Ken Barber
7185addd90
Merge pull request #316 from mcanevet/template
...
Can pass template at database creation
2013-11-15 05:55:36 -08:00
Mickaël Canévet
1ce75d5bc8
Fix granting all privileges on a table
2013-11-14 18:17:23 +01:00
Mickaël Canévet
f0924df7c8
Can pass template at database creation
2013-11-14 18:01:30 +01:00