Closed
Description
After the update to 9.0.0 my code stop working with:
Class[Postgresql::Globals]: parameter 'data_checksums' expects a value of type Undef or String, got Boolean
When I take an look in the code of the module, now the option is sometimes an boolean (for example postgresql::server::instance::initdb) and sometimes an String (for example postgresql::globals)