From e20d95786ac7a70b3f255663c4b94177fec1e9b1 Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Mon, 18 Nov 2019 09:31:24 +0100 Subject: [PATCH] Change config file name conf.d/evolinux.conf by conf.d/zz-evolinux.conf --- postgresql/tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/tasks/config.yml b/postgresql/tasks/config.yml index 128812af..4ce33245 100644 --- a/postgresql/tasks/config.yml +++ b/postgresql/tasks/config.yml @@ -16,7 +16,7 @@ - name: Copy PostgreSQL config file template: src: postgresql.conf.j2 - dest: "/etc/postgresql/{{postgresql_version}}/main/conf.d/evolinux.conf" + dest: "/etc/postgresql/{{postgresql_version}}/main/conf.d/zz-evolinux.conf" owner: postgres group: postgres mode: "0644"