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