diff --git a/Changelog b/Changelog index 743f1dc..55e8576 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,18 @@ +2.2.1 +===== + +This release fixes a bug whereby one of our shell commands (psql) were not ran from a globally accessible directory. This was causing permission denied errors when the command attempted to change user without changing directory. + +Users of previous versions might have seen this error: + + Error: Error executing SQL; psql returned 256: 'could not change directory to "/root" + +This patch should correct that. + +#### Detail Changes + +* Set /tmp as default CWD for postgresql_psql + 2.2.0 ===== diff --git a/Modulefile b/Modulefile index 04dcb8b..76a7c9b 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-postgresql' -version '2.2.0' +version '2.2.1' source 'git://github.com/puppetlabs/puppet-postgresql.git' author 'Inkling/Puppet Labs' description 'PostgreSQL defined resource types'