e1acc2774f
Previously the validate_db_connection defined type was trying to use inherits like a class. This of course would fail. After analyzing its usage, I've removed the need for the top-level params inherit by just including the 'postgresql' module which pulls in the client package and the params class as well. It also avoids resource duplication for the client package as well. To ensure we don't get regression on this I've added system tests that test this defined type in a success and failure state. Signed-off-by: Ken Barber <ken@bob.sh> |
||
---|---|---|
.. | ||
config | ||
package_source | ||
config.pp | ||
database.pp | ||
database_grant.pp | ||
database_user.pp | ||
db.pp | ||
devel.pp | ||
init.pp | ||
initdb.pp | ||
params.pp | ||
psql.pp | ||
role.pp | ||
server.pp | ||
validate_db_connection.pp |