~stub/charms/precise/postgresql/bug-1302494-fix-persistent-storage

« back to all changes in this revision

Viewing changes to templates/postgresql.conf.tmpl

  • Committer: Marco Ceppi
  • Date: 2014-02-13 12:53:42 UTC
  • mfrom: (46.10.42 pg93)
  • Revision ID: marco@ceppi.net-20140213125342-8sag93bok4kxg6eq
[stub] Run tests for all supported versions of PostgreSQL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
unix_socket_directory = '/var/run/postgresql'
24
24
{% endif -%}
25
25
 
 
26
{% if version >= "9.2" -%}
 
27
ssl_cert_file = '/etc/ssl/certs/ssl-cert-snakeoil.pem'
 
28
ssl_key_file = '/etc/ssl/private/ssl-cert-snakeoil.key'
 
29
{% endif -%}
 
30
 
26
31
{% if listen_ip != "" -%}
27
32
listen_addresses = '{{listen_ip}}'
28
33
{% endif -%}