Skip to content

Commit 158ea50

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#228 from kbarber/release-241
Release 2.4.1
2 parents a1b9728 + eb7c27d commit 158ea50

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2013-08-01 Release 2.4.1
2+
========================
3+
4+
Summary
5+
-------
6+
7+
This minor bugfix release solves an idempotency issue when using plain text
8+
passwords for the password_hash parameter for the postgresql::role defined
9+
type. Without this, users would continually see resource changes everytime
10+
your run Puppet.
11+
12+
Bugfixes
13+
---------
14+
- Alter role call not idempotent with cleartext passwords (Ken Barber)
15+
116
2013-07-19 Release 2.4.0
217
========================
318

Modulefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name 'puppetlabs-postgresql'
2-
version '2.4.0'
2+
version '2.4.1'
33
source 'git://github.com/puppetlabs/puppet-postgresql.git'
44
author 'Inkling/Puppet Labs'
55
description 'PostgreSQL defined resource types'
66
summary 'PostgreSQL defined resource types'
7-
license 'Apache'
7+
license 'ASL 2.0'
88
project_page 'https://github.com/puppetlabs/puppet-postgresql'
99

1010
dependency 'puppetlabs/stdlib', '>=3.2.0 <5.0.0'

0 commit comments

Comments
 (0)