Skip to content

Commit 5dd4621

Browse files
committed
Merge pull request puppetlabs#176 from kbarber/release_221
Release 2.2.1 + Changelog
2 parents 7a11366 + 760afe5 commit 5dd4621

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.2.1
2+
=====
3+
4+
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.
5+
6+
Users of previous versions might have seen this error:
7+
8+
Error: Error executing SQL; psql returned 256: 'could not change directory to "/root"
9+
10+
This patch should correct that.
11+
12+
#### Detail Changes
13+
14+
* Set /tmp as default CWD for postgresql_psql
15+
116
2.2.0
217
=====
318

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-postgresql'
2-
version '2.2.0'
2+
version '2.2.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)