浏览代码

Fix the postgres patch files

Colin Powell 4 年之前
父节点
当前提交
26022f6d9d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      ansible/roles/postgres/files/pg_hba.conf.patch
  2. 1 1
      ansible/roles/postgres/files/postgresql.conf.patch

+ 1 - 1
ansible/roles/postgres/files/pg_hba.conf.patch

@@ -1,4 +1,4 @@
-@@ -91,3 +91,7 @@
+@@ -91,0 +91,0 @@
 local   replication     all                                     trust
 host    replication     all             127.0.0.1/32            trust
 host    replication     all             ::1/128                 trust

+ 1 - 1
ansible/roles/postgres/files/postgresql.conf.patch

@@ -2,7 +2,7 @@
 
  # - Connection Settings -
 
--#listen_addresses = '127.0.0.1'		# what IP address(es) to listen on;
+-#listen_addresses = 'localhost'		# what IP address(es) to listen on;
 +listen_addresses = '*'			# what IP address(es) to listen on;
  					# comma-separated list of addresses;
  					# defaults to 'localhost'; use '*' for all