21361: Remove CentOS 7 exceptions from Salt installer
[arvados.git] / tools / salt-install / config_examples / single_host / single_hostname / pillars / postgresql.sls
index caafb7b2d784d480dfc726572825de456d128737..82a4f7120a68d41f8a1a188cbec46c5743573f8c 100644 (file)
@@ -10,6 +10,11 @@ postgres:
     - postgresql-contrib
   postgresconf: |-
     listen_addresses = '*'  # listen on all interfaces
+    # If you want to enable communications' encryption to the DB server,
+    # uncomment these entries
+    # ssl = on
+    # ssl_cert_file = '/etc/ssl/certs/arvados-snakeoil-cert.pem'
+    # ssl_key_file = '/etc/ssl/private/arvados-snakeoil-cert.key'
   acls:
     - ['local', 'all', 'postgres', 'peer']
     - ['local', 'all', 'all', 'peer']
@@ -19,7 +24,7 @@ postgres:
   users:
     __CLUSTER___arvados:
       ensure: present
-      password: __DATABASE_PASSWORD__
+      password: "__DATABASE_PASSWORD__"
 
   # tablespaces:
   #   arvados_tablespace: