X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/43368c148eb922d89bf2fc4612c37de869a07bb8..c539edca301fde6201f8d7f53e5310f1219789f1:/cookbooks/postgresql/templates/default/postgresql.conf.erb diff --git a/cookbooks/postgresql/templates/default/postgresql.conf.erb b/cookbooks/postgresql/templates/default/postgresql.conf.erb index 3c84ec994..c5773f106 100644 --- a/cookbooks/postgresql/templates/default/postgresql.conf.erb +++ b/cookbooks/postgresql/templates/default/postgresql.conf.erb @@ -28,7 +28,7 @@ unix_socket_directory = '/var/run/postgresql' # - Security and Authentication - -ssl = true +ssl = <%= @settings[:ssl] %> ssl_renegotiation_limit = 0 #------------------------------------------------------------------------------