Skip to content

Commit

Permalink
PostgreSQL role: remove redundant slash binpath
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Sep 14, 2023
1 parent 5088dcd commit 17efd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/postgresql/vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ openssl_private_dir: '/etc/pki/tls/private'
openssl_certs_dir: '/etc/pki/tls/certs'

postgresql_data_dir: "/var/lib/pgsql/{{ pgsql_version }}/data"
postgresql_bin_path: "/usr/pgsql-{{ pgsql_version }}/bin/"
postgresql_bin_path: "/usr/pgsql-{{ pgsql_version }}/bin"
postgresql_config_path: "/var/lib/pgsql/{{ pgsql_version }}/data"
postgresql_daemon: 'postgresql-{{ pgsql_version }}'

Expand Down

0 comments on commit 17efd6d

Please sign in to comment.