Skip to content

Commit 80c964f

Browse files
author
Rob Dobozy
committed
hdbuserstore default connection should use sap_swpm_db_schema_abap_password
1 parent ef06363 commit 80c964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/sap_swpm/tasks/post_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/usr/sap/{{ sap_swpm_sid }}/hdbclient/hdbuserstore \
4747
SET DEFAULT \
4848
{{ sap_swpm_db_host }}:3{{ sap_swpm_db_instance_nr }}13@{{ sap_swpm_db_sid }} \
49-
{{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_system_password }}'
49+
{{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_schema_abap_password }}'
5050
args:
5151
executable: /bin/bash
5252
become: true

0 commit comments

Comments
 (0)