module-postgresql/spec
Chris Price 6bd2befa98 Add support for other operating systems besides Redhat/Debian
Prior to this commit, if you attempted to use the module to
manage postgres on any OS other than Redhat/Debian, there
was an explicit check for that, and a call to `fail`.

In reality, the OS family is only used to build up defaults
for various path and package names, which are all exposed
as parameters.  If the user is willing to explicitly pass
in all of those parameters, there's no reason we should
fail based on OS family.

This commit adds checks to the 'default' osfamily case
such that we now only fail if they're on a non-Redhat-or-Debian
system *and* they haven't explicitly passed in values for
all of the required parameters.
2013-06-06 12:23:30 -07:00
..
system Convert system tests to use rspec-system 2013-06-04 15:36:24 +01:00
unit Add support for other operating systems besides Redhat/Debian 2013-06-06 12:23:30 -07:00
spec_helper.rb Provide new defined resources for managing pg_hba.conf 2013-02-12 00:34:42 +00:00
spec_helper_system.rb Convert system tests to use rspec-system 2013-06-04 15:36:24 +01:00