]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/templates/default/postgresql.conf.erb
Default SSL to on for postgres
[chef.git] / cookbooks / postgresql / templates / default / postgresql.conf.erb
index 3c84ec994081343b1085d421228ce726e4bf5ae2..0096c2bf2ad33a3295e153f52d34654cb8b8f664 100644 (file)
@@ -28,7 +28,7 @@ unix_socket_directory = '/var/run/postgresql'
 
 # - Security and Authentication -
 
-ssl = true
+ssl = <%= @settings[:ssl] || @defaults[:ssl] %>
 ssl_renegotiation_limit = 0
 
 #------------------------------------------------------------------------------