From 2790338a5eeed2dcefdf260099e2847aa0b259bf Mon Sep 17 00:00:00 2001 From: SunnyCrockett <153714968+SunnyCrockett@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:37:45 +0100 Subject: [PATCH] removed duplicates of credentials_hana --- roles/sap_swpm/templates/inifile_params.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/sap_swpm/templates/inifile_params.j2 b/roles/sap_swpm/templates/inifile_params.j2 index 94f0cb8f..6b105193 100644 --- a/roles/sap_swpm/templates/inifile_params.j2 +++ b/roles/sap_swpm/templates/inifile_params.j2 @@ -229,8 +229,6 @@ storageBasedCopy.hdb.systemPassword = {{ sap_swpm_db_system_password }} # # # END section credentials_hana # ################################################################### -HDB_Schema_Check_Dialogs.schemaPassword = {{ sap_swpm_db_schema_password }} -storageBasedCopy.hdb.systemPassword = {{ sap_swpm_db_system_password }} {% endif %} {% if 'credentials_anydb_ibmdb2' in sap_swpm_inifile_sections_list %}