Absolute SSL path should work for postgres recipe
- Users who set an absolute file path for their postgres SSL certificate
will see
gitlab-ctl reconfigurefail because the addition of Patroni in commit 5c1d80c2 changed to usingFile.joinfor building the path versusFile.absolute_path - Adds tests to ensure that if a user sets
ssl_cert_fileorssl_key_fileto an absolute path that it will retain the behavior of using that exact path
Closes #5463 (closed)
Signed-off-by: Robert Marshall rmarshall@gitlab.com
Edited by GitLab Release Tools Bot