Skip to content

Commit 7446340

Browse files
committed
Merge pull request puppetlabs#132 from kbarber/ticket/master/release_211
Change Modulefile and Changelog for Release 2.1.1
2 parents ca41523 + 8770bf4 commit 7446340

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2.1.1
2+
=====
3+
4+
This release provides a bug fix for RHEL 5 and Centos 5 systems, or specifically systems using PostgreSQL 8.1 or older. On those systems one would have received the error:
5+
6+
Error: Could not start Service[postgresqld]: Execution of ‘/sbin/service postgresql start’ returned 1:
7+
8+
And the postgresql log entry:
9+
10+
FATAL: unrecognized configuration parameter "include"
11+
12+
This bug is due to a new feature we had added in 2.1.0, whereby the `include` directive in `postgresql.conf` was not compatible. As a work-around we have added checks in our code to make sure systems running PostgreSQL 8.1 or older do not have this directive added.
13+
14+
#### Detailed Changes
15+
16+
2013-01-21 - Ken Barber <[email protected]>
17+
* Only install `include` directive and included file on PostgreSQL >= 8.2
18+
* Add system tests for Centos 5
19+
120
2.1.0
221
=====
322

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.1.0'
2+
version '2.1.1'
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)