updated templates and stored manual backup for openldap installation.
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2
index 002e6d7..1f4ceec 100644
--- a/templates/silent-install.conf.j2
+++ b/templates/silent-install.conf.j2
@@ -64,11 +64,11 @@
 PG_MASTER={{ pgmaster_ip }}
 PG_STANDBY={{ pgstandby_ip }}
 {% endif %}
+PG_PWD={{ pg_pass }}
 
 {% if opdk_monetization is defined and opdk_monetization %}
 # Monetization has been configured
 PG_USER={{ pg_user }}
-PG_PWD={{ pg_pass }}
 MO_PG_HOST={{ pgmaster_ip }}
 MO_PG_USER={{ pg_user }}
 MO_PG_PASSWD={{ pg_pass }}