X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c539edca301fde6201f8d7f53e5310f1219789f1..b99f7144a5d89e9b6405dfeeee7e243318e51eee:/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 c5773f106..0096c2bf2 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 = <%= @settings[:ssl] %> +ssl = <%= @settings[:ssl] || @defaults[:ssl] %> ssl_renegotiation_limit = 0 #------------------------------------------------------------------------------