Skip to content

Commit

Permalink
Merge pull request #748 from rob0d/swpm_post_hdbuserstore
Browse files Browse the repository at this point in the history
sap_swpm: hdbuserstore default connection should use sap_swpm_db_schema_abap_password
  • Loading branch information
berndfinger authored Jul 16, 2024
2 parents bd93292 + 80c964f commit b153be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_swpm/tasks/post_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/usr/sap/{{ sap_swpm_sid }}/hdbclient/hdbuserstore \
SET DEFAULT \
{{ sap_swpm_db_host }}:3{{ sap_swpm_db_instance_nr }}13@{{ sap_swpm_db_sid }} \
{{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_system_password }}'
{{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_schema_abap_password }}'
args:
executable: /bin/bash
become: true
Expand Down

0 comments on commit b153be1

Please sign in to comment.