Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 8, 2013

  1. 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.
    antaflos committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    5f7087e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2013

  1. Merge pull request #151 from antaflos/psql_cwd

    Set /tmp as default CWD for postgresql_psql
    kbarber committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    7a11366 View commit details
    Browse the repository at this point in the history
  2. Release 2.2.1 + Changelog

    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    760afe5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from kbarber/release_221

    Release 2.2.1 + Changelog
    cprice404 committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    5dd4621 View commit details
    Browse the repository at this point in the history
Loading