File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ COPY --chown=postgres:postgres ansible/files/postgresql_config/pg_hba.conf.j2 /e
164164COPY --chown=postgres:postgres ansible/files/postgresql_config/pg_ident.conf.j2 /etc/postgresql/pg_ident.conf
165165COPY --chown=postgres:postgres ansible/files/postgresql_config/postgresql-stdout-log.conf /etc/postgresql-custom/00-logging.conf
166166COPY --chown=postgres:postgres ansible/files/postgresql_config/autoexplain.conf /etc/postgresql-custom/auto_explain.conf
167- COPY --chown=postgres:postgres ansible/files/postgresql_config/pg_cron .conf /etc/postgresql-custom/pg_cron.conf
167+ COPY --chown=postgres:postgres ansible/files/postgresql_config/pgcron .conf /etc/postgresql-custom/pg_cron.conf
168168COPY --chown=postgres:postgres ansible/files/postgresql_config/supautils.conf.j2 /etc/postgresql-custom/05-supautils.conf
169169COPY --chown=postgres:postgres ansible/files/postgresql_extension_custom_scripts /etc/postgresql-custom/extension-custom-scripts
170170COPY --chown=postgres:postgres ansible/files/pgsodium_getkey_urandom.sh.j2 /usr/lib/postgresql/bin/pgsodium_getkey.sh
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ COPY --chown=postgres:postgres ansible/files/postgresql_config/pg_hba.conf.j2 /e
164164COPY --chown=postgres:postgres ansible/files/postgresql_config/pg_ident.conf.j2 /etc/postgresql/pg_ident.conf
165165COPY --chown=postgres:postgres ansible/files/postgresql_config/postgresql-stdout-log.conf /etc/postgresql-custom/00-logging.conf
166166COPY --chown=postgres:postgres ansible/files/postgresql_config/autoexplain.conf /etc/postgresql-custom/auto_explain.conf
167- COPY --chown=postgres:postgres ansible/files/postgresql_config/pg_cron .conf /etc/postgresql-custom/pg_cron.conf
167+ COPY --chown=postgres:postgres ansible/files/postgresql_config/pgcron .conf /etc/postgresql-custom/pg_cron.conf
168168COPY --chown=postgres:postgres ansible/files/postgresql_config/supautils.conf.j2 /etc/postgresql-custom/05-supautils.conf
169169COPY --chown=postgres:postgres ansible/files/postgresql_extension_custom_scripts /etc/postgresql-custom/extension-custom-scripts
170170COPY --chown=postgres:postgres ansible/files/pgsodium_getkey_urandom.sh.j2 /usr/lib/postgresql/bin/pgsodium_getkey.sh
Original file line number Diff line number Diff line change 5050 } ;
5151 pgcronConfigFile = builtins . path {
5252 name = "pg_cron.conf" ;
53- path = ../../ansible/files/postgresql_config/pg_cron .conf ;
53+ path = ../../ansible/files/postgresql_config/pgcron .conf ;
5454 } ;
5555 readReplicaConfigFile = builtins . path {
5656 name = "readreplica.conf" ;
You can’t perform that action at this time.
0 commit comments