module-postgresql/spec
Chris Price 2a922f104a Initial working implementation of ruby psql type/provider
This commit provides a working implementation of a ruby
type/provider (`postgresql_psql` for handling the PSQL
commands.  This is a little more flexible than doing it
via Exec resources, which is what the `postgresql::psql`
type was doing.

The old type is still present but now includes a
deprecation notification, and all of the other types
that were using the `::psql` type have been ported over
to use the `postgresql_psql` type instead.
2012-11-04 21:47:49 -08:00
..
manifests Initial working implementation of ruby psql type/provider 2012-11-04 21:47:49 -08:00
base.pp Initial commit 2012-04-19 15:37:18 -07:00
postgresql_spec.rb Initial working implementation of ruby psql type/provider 2012-11-04 21:47:49 -08:00
Vagrantfile Update Vagrant tests to be compatible with new structure 2012-07-29 13:35:39 -07:00