All notable changes to this project will be documented in this file.
- Updated the datatype of custom_conf to a String (Patroni uses custom_conf to define a file path and datatype can not be a Hash.) (salindaliyanage)
- Corrected a typo error in template (synchronous_mode_struct to synchronous_mode_strict) (salindaliyanage)
- Added support for consul register_service configuration (This parameter decides whether or not to register a service with the name defined by the scope parameter and the tag master, replica or standby-leader depending on the node’s role.) (salindaliyanage)
- Added support to merge pgsql_parameters defined in different levels of hiera. To merge the parameters, user should set the value of hiera_merge_pgsql_parameters to 'true'. (salindaliyanage)
- Added option (restart_service) to configure whether you want the module to restart patroni. (default: false)
- Initial build, sets up and configures Patroni service.