]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
shaman-pull-requests: update to postgresql 9.5 792/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 24 Jul 2017 23:16:28 +0000 (19:16 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 24 Jul 2017 23:20:37 +0000 (19:20 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
shaman-pull-requests/setup/playbooks/tasks/postgresql.yml

index 311edd5ba3a4f2f9def33e4b81459dd0e345eedb..5edd6055ec041e4f77838b606817087c4d002bf0 100644 (file)
@@ -13,7 +13,7 @@
     - postgresql
     - postgresql-common
     - postgresql-contrib
-    - postgresql-server-dev-9.3
+    - postgresql-server-dev-9.5
     - python-psycopg2
   tags:
     - packages
@@ -30,7 +30,7 @@
   lineinfile:
      # TODO: should not hardcode that version
      # 9.3 is available on trusty, 9.5 on Xenial
-     dest: /etc/postgresql/9.3/main/pg_hba.conf
+     dest: /etc/postgresql/9.5/main/pg_hba.conf
      regexp: '^host\s+all\s+all\s+127.0.0.1/32'
      line: 'host    all             all             127.0.0.1/32            trust'
      backrefs: yes