module-postgresql/lib/puppet/type
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
..
postgresql_conf.rb periods are valid in configuration variables also 2013-10-18 21:33:37 +00:00
postgresql_psql.rb Fix the handling of run_unless_sql_command in puppet 4 2015-03-13 15:20:27 -07:00
postgresql_replication_slot.rb Add a postgresql_replication_slot type 2015-03-12 18:14:58 +01:00