]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
chacra-pull-requests: change postgresql auth method to trust
authorAndrew Schoen <aschoen@redhat.com>
Thu, 23 Jun 2016 16:24:12 +0000 (11:24 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 23 Jun 2016 20:18:28 +0000 (15:18 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
chacra-pull-requests/setup/playbooks/tasks/postgresql.yml

index af174895ee8343d125fbdc950f46379fb288010f..56becb55259a002b0833a43aa17f29afac2be9ed 100644 (file)
@@ -31,7 +31,7 @@
      # 9.3 is available on trusty, 9.5 on Xenial
      dest: /etc/postgresql/9.3/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            md5'
+     line: 'host    all             all             127.0.0.1/32            trust'
      backrefs: yes
   register: pg_hba_conf