Release 2.4.1

This updates the Modulefile and Changelog for release 2.4.1.

Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
Ken Barber 2013-08-01 18:40:06 +01:00
parent a1b9728dd1
commit eb7c27d874
2 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,18 @@
2013-08-01 Release 2.4.1
========================
Summary
-------
This minor bugfix release solves an idempotency issue when using plain text
passwords for the password_hash parameter for the postgresql::role defined
type. Without this, users would continually see resource changes everytime
your run Puppet.
Bugfixes
---------
- Alter role call not idempotent with cleartext passwords (Ken Barber)
2013-07-19 Release 2.4.0
========================

View file

@ -1,10 +1,10 @@
name 'puppetlabs-postgresql'
version '2.4.0'
version '2.4.1'
source 'git://github.com/puppetlabs/puppet-postgresql.git'
author 'Inkling/Puppet Labs'
description 'PostgreSQL defined resource types'
summary 'PostgreSQL defined resource types'
license 'Apache'
license 'ASL 2.0'
project_page 'https://github.com/puppetlabs/puppet-postgresql'
dependency 'puppetlabs/stdlib', '>=3.2.0 <5.0.0'