module-postgresql/manifests
Geoff Garside 3896baeabb Change validate_postgresql_connection.sh exec PATH
FreeBSD needs /usr/local/bin in PATH in order to find bash. This does
require that the node has the bash port installed. It might be desired
that a separate script was provided for FreeBSD which used its /bin/sh,
this could be done by changing the for loop in the script to use

    for c in $(jot $TRIES)

in place of

    for (( c=1; c<=$TRIES; c++ ))
2014-03-10 09:20:36 +00:00
..
lib Major rewrite to solve order dependencies and unclear public API 2013-09-14 06:39:15 +01:00
repo Support apt.postgresql.org version specific packages. 2013-09-25 18:01:07 +02:00
server use fully-qualified path to psql to set password 2014-02-13 11:53:41 +01:00
client.pp (GH-198) Fix race condition on postgresql startup 2013-10-24 00:33:45 +01:00
globals.pp Merge pull request #327 from xaque208/freebsdsupport 2014-01-21 15:03:05 -08:00
params.pp Update FreeBSD $confdir to defer to $datadir 2014-03-10 09:19:52 +00:00
repo.pp Various cleanups 2013-09-18 22:25:51 +01:00
server.pp remove trailing whitespace 2014-02-14 12:32:57 -08:00
validate_db_connection.pp Change validate_postgresql_connection.sh exec PATH 2014-03-10 09:20:36 +00:00