All notable changes to this project will be documented in this file.
- Properly fixed bug with bootstrap_users not being handled correctly (was broken before). (issue #7) (rujim)
- Fixed bug with bootstrap_users not being handled correctly. (issue #7)
- Added support for the latest consul configuration options - consistency, service_check_interval (tomsajan)
- Added support for custom patroni service restart command (useful for reload only) (tomsajan)
- Added support for Debian (tomsajan)
- 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.