aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-06 21:19:36 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-06 21:19:36 -0400
commit1c882c769e5476b5cb3fa294257c76165a7a6f46 (patch)
tree598644e42bce05995487cdb3e19c2ac3adc32c7b
parent941db4a199191f830d40fe497421d6af9c73aa6d (diff)
downloadinfrastructure-1c882c769e5476b5cb3fa294257c76165a7a6f46.tar.gz
cleanup
-rw-r--r--scripts/hostclass/postgresql_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/postgresql_server b/scripts/hostclass/postgresql_server
index d92baa4..a09c9f4 100644
--- a/scripts/hostclass/postgresql_server
+++ b/scripts/hostclass/postgresql_server
@@ -53,7 +53,7 @@ install_certificate_key -m 0640 -o root -g "$postgres_user" postgres "$postgres_
# Generate postgresql configuration.
install_template -m 0600 -o "$postgres_user" -g "$postgres_user" \
- "${postgres_data_dir}/postgresql.conf" \
+ "${postgres_data_dir}/postgresql.conf" \
"${postgres_data_dir}/pg_hba.conf"
install_file -m 0600 -o "$postgres_user" -g "$postgres_user" \
"${postgres_data_dir}/pg_ident.conf"