Skip to content

Commit 721d5e9

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#213 from hunner/release_2.4.0
Release 2.4.0
2 parents 847f54c + f1f5672 commit 721d5e9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2013-07-19 Release 2.4.0
2+
========================
3+
4+
Summary
5+
-------
6+
This updates adds the ability to change permissions on tables, create template
7+
databases from normal databases, manage PL-Perl's postgres package, and
8+
disable the management of `pg_hba.conf`.
9+
10+
Features
11+
--------
12+
- Add `postgresql::table_grant` defined resource
13+
- Add `postgresql::plperl` class
14+
- Add `manage_pg_hba_conf` parameter to the `postgresql::config` class
15+
- Add `istemplate` parameter to the `postgresql::database` define
16+
17+
Bugfixes
18+
--------
19+
- Update `postgresql::role` class to be able to update roles when modified
20+
instead of only on creation.
21+
- Update tests
22+
- Fix documentation of `postgresql::database_grant`
23+
124
2.3.0
225
=====
326

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-postgresql'
2-
version '2.3.0'
2+
version '2.4.0'
33
source 'git://github.com/puppetlabs/puppet-postgresql.git'
44
author 'Inkling/Puppet Labs'
55
description 'PostgreSQL defined resource types'

0 commit comments

Comments
 (0)