Skip to content

Commit b153be1

Browse files
authored
Merge pull request #748 from rob0d/swpm_post_hdbuserstore
sap_swpm: hdbuserstore default connection should use sap_swpm_db_schema_abap_password
2 parents bd93292 + 80c964f commit b153be1

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
@@ -47,7 +47,7 @@
4747
/usr/sap/{{ sap_swpm_sid }}/hdbclient/hdbuserstore \
4848
SET DEFAULT \
4949
{{ sap_swpm_db_host }}:3{{ sap_swpm_db_instance_nr }}13@{{ sap_swpm_db_sid }} \
50-
{{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_system_password }}'
50+
{{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_schema_abap_password }}'
5151
args:
5252
executable: /bin/bash
5353
become: true

0 commit comments

Comments
 (0)