commit | da9660935a7df311cec1a30e057c5da77d6c0598 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Feb 15 16:42:09 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Feb 15 16:42:09 2018 -0500 |
tree | 4fb40d4fad1a178b9d82add38aa386496119b596 | |
parent | 2e7e44fc97ad217e5ba9eb89c55cee662af3a023 [diff] |
updated upgrade scripts.
diff --git a/templates/devportal-silent-install.conf.j2 b/templates/devportal-silent-install.conf.j2 index 852b0d8..3126a6f 100644 --- a/templates/devportal-silent-install.conf.j2 +++ b/templates/devportal-silent-install.conf.j2
@@ -1,7 +1,7 @@ HOSTIP=$(hostname -i) PG_NAME=devportal PG_USER={{ dp_pg_user }} -PG_PWD='{{ dp_pg_pass }}' +PG_PWD='{{ dp_pg_pass | default(pg_pass) }}' PG_HOST={{ dp_pg_ip }} DEFAULT_DB=postgres