Merge pull request #176 from kbarber/release_221
Release 2.2.1 + Changelog
This commit is contained in:
commit
5dd462157b
2 changed files with 16 additions and 1 deletions
15
Changelog
15
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
|
||||
=====
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue