diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-06 21:19:36 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-06 21:19:36 -0400 |
commit | 1c882c769e5476b5cb3fa294257c76165a7a6f46 (patch) | |
tree | 598644e42bce05995487cdb3e19c2ac3adc32c7b /scripts | |
parent | 941db4a199191f830d40fe497421d6af9c73aa6d (diff) | |
download | infrastructure-1c882c769e5476b5cb3fa294257c76165a7a6f46.tar.gz |
cleanup
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/hostclass/postgresql_server | 2 |
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" |