module-postgresql/lib/puppet
Hunter Haugen 8204bcdcaf Fix the handling of run_unless_sql_command in puppet 4
`Puppet::Util::SUIDManager.run_and_capture` (in puppet < 3.4) returns an
array of the output and the `Process::Status` object.
`Puppet::Util::Execution.execute` (in puppet >= 3.4) returns the output
and saves the `Process::Status` object to `$CHILD_STATUS`

This is handled in the provider, but the type was also trying to handle
it, and was not last updated when the provider was.
2015-03-13 15:20:27 -07:00
..
parser/functions Alter escaping in postgresql::config::afterservice 2013-07-23 13:04:46 +01:00
provider Using enviromental varables to hide actual password in psql commands displayed in output and reports. 2015-03-12 10:57:19 -07:00
type Fix the handling of run_unless_sql_command in puppet 4 2015-03-13 15:20:27 -07:00