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
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
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
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
Tom McLaughlin
bac4b87a8d
Prevent float of defined resource.
2013-11-13 15:30:58 -05:00
Tom McLaughlin
05eaaa1670
Should have had cofee before doing this commit...
2013-11-13 10:17:25 -05:00
Tom McLaughlin
99a1e03154
Exec['postgresql_initdb'] needs to be done after $datadir exists
2013-11-13 08:59:39 -05:00
Matthias Viehweger
673838c3d8
Remove deprecated and unused parameters to concat::fragment
...
The warnings are as follows:
Warning: Scope(Concat::Fragment[pg_hba_rule_deny access to postgresql user]): The $mode parameter to concat::fragment is deprecated and has no effect
Warning: Scope(Concat::Fragment[pg_hba_rule_deny access to postgresql user]): The $owner parameter to concat::fragment is deprecated and has no effect
2013-11-12 16:36:53 +01:00
Mickaël Canévet
d433b283df
Fix table_grant_spec to show a bug
2013-11-12 14:23:05 +01:00
leehanel
b706edff9b
add lc_* config entry settings
2013-11-08 09:09:03 -06:00
Ashley Penney
73aac35140
Merge pull request #306 from apenney/320-release
...
Prepare a 3.2.0 release.
2013-11-05 13:20:07 -08:00
Ashley Penney
6d905d4ea2
Prepare a 3.2.0 release.
2013-11-05 13:40:51 -05:00
Ken Barber
e45d909313
Merge pull request #301 from dawik/master
...
Spelling and redundancy fix in README
2013-10-31 05:45:49 -07:00
Ken Barber
2819ce7be8
Merge pull request #302 from n1tr0g/master
...
Missing depedenncy '->' and class misspelled (missing ending s)
2013-10-31 05:45:25 -07:00
Dejan Golja
286762e98c
Misspelled class postgresql::globals (missing ending 's' in some cases)
2013-10-31 13:51:16 +11:00
Dejan Golja
2b6cc9a558
Added missing depedenncy '->' in the Class: postgresql::globals usage example
2013-10-31 13:41:08 +11:00
David Wikmans
57f3f09a1d
Spelling and redundancy fix in README
2013-10-30 20:27:12 +01:00
Ken Barber
3476828518
Merge pull request #298 from reidmv/allow_specification_of_default_db_name
...
Allow specification of default database name
2013-10-27 17:30:41 -07:00
Ken Barber
1c4964b7cf
Merge branch 'ubuntu_trusty_support'
...
* ubuntu_trusty_support:
Add default PostgreSQL version for Ubuntu 14.04
2013-10-27 19:17:40 +00:00
Kamil Szymanski
c1b67d3c0f
Add default PostgreSQL version for Ubuntu 14.04
2013-10-27 19:17:22 +00:00
Ken Barber
e2e4325ad9
Merge pull request #296 from kamilszymanski/ubuntu_saucy_support
...
Add default PostgreSQL version for Ubuntu 13.10
2013-10-27 12:14:03 -07:00