File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1+ 2014-01-28 - Version 3.3.0
2+
3+ Summary:
4+
5+ This release rolls up a bunch of bugfixes our users have found and fixed for
6+ us over the last few months. This improves things for 9.1 users, and makes
7+ this module usable on FreeBSD.
8+
9+ This release is dedicated to 'bma', who's suffering with Puppet 3.4.1 issues
10+ thanks to Puppet::Util::SUIDManager.run_and_capture.
11+
12+ Features:
13+ - Add lc_ config entry settings
14+ - Can pass template at database creation.
15+ - Add FreeBSD support.
16+ - Add support for customer `xlogdir` parameter.
17+ - Switch tests from rspec-system to beaker. (This isn't really a feature)
18+
19+ Bugfixes:
20+ - Properly fix the deprecated Puppet::Util::SUIDManager.run_and_capture errors.
21+ - Fix NOREPLICATION option for Postgres 9.1
22+ - Wrong parameter name: manage_pg_conf -> manage_pg_hba_conf
23+ - Add $postgresql::server::client_package_name, referred to by install.pp
24+ - Add missing service_provider/service_name descriptions in ::globals.
25+ - Fix several smaller typos/issues throughout.
26+ - Exec['postgresql_initdb'] needs to be done after $datadir exists
27+ - Prevent defined resources from floating in the catalog.
28+ - Fix granting all privileges on a table.
29+ - Add some missing privileges.
30+ - Remove deprecated and unused concat::fragment parameters.
31+
1322013-11-05 - Version 3.2.0
233
334Summary:
Original file line number Diff line number Diff line change 11name ' puppetlabs-postgresql'
2- version ' 3.2 .0'
2+ version ' 3.3 .0'
33source ' git://github.com/puppetlabs/puppet-postgresql.git'
44author ' Inkling/Puppet Labs'
55description ' PostgreSQL defined resource types'
Original file line number Diff line number Diff line change 11{
22 "name" : " puppetlabs/postgresql" ,
3- "version" : " 3.2 .0" ,
3+ "version" : " 3.3 .0" ,
44 "summary" : " PostgreSQL" ,
55 "source" : " git://github.com/puppetlabs/puppetlabs-postgresql.git" ,
66 "project_page" : " http://github.com/puppetlabs/puppetlabs-postgresql" ,
You can’t perform that action at this time.
0 commit comments