Ansiblesation des VMs de BDD #32

Merged
jeltz merged 28 commits from service-bdd-ovh into master 2021-03-10 20:18:27 +01:00
Showing only changes of commit 4f6eda8329 - Show all commits

View file

@ -47,7 +47,7 @@ data_directory = '/var/lib/postgresql/{{ postgresql.version }}/main'
hba_file = '/etc/postgresql/{{ postgresql.version }}/main/pg_hba.conf' hba_file = '/etc/postgresql/{{ postgresql.version }}/main/pg_hba.conf'
# If external_pid_file is not explicitly set, no extra PID file is written. # If external_pid_file is not explicitly set, no extra PID file is written.
external_pid_file = '/var/run/postgresql/{{ postgresql.version }}-main.pid' external_pid_file = '/run/postgresql/{{ postgresql.version }}-main.pid'
# write an extra PID file # write an extra PID file