module-postgresql/lib/puppet
Andreas Ntaflos 5f7087e68c Set /tmp as default CWD for postgresql_psql
This has been discussed in issue #148. The postgresql_psql type doesn't
change the CWD to something safe when running psql as the postgres user.
During a regular puppet run the CWD remains "/root", to which the
postgres user usually does not have access, resulting in failed psql
calls and failed puppet runs. This simple change makes "/tmp" the
default CWD for postgresql_psql.
2013-03-08 19:24:52 +01:00
..
parser/functions Provide new defined resources for managing pg_hba.conf 2013-02-12 00:34:42 +00:00
provider/postgresql_psql Cleaned up and added unit tests 2013-02-25 17:50:53 +00:00
type Set /tmp as default CWD for postgresql_psql 2013-03-08 19:24:52 +01:00