commit | c51c25a81fb9bc4eed59bee22167264ca6caea97 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Nov 03 18:28:00 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Nov 03 18:28:00 2017 -0400 |
tree | e29989fc2fbedad342c1599a319bc193a7d76666 | |
parent | cfdfd426349120138d229f05d65d36e86125d31e [diff] |
working with quotes and comments
diff --git a/templates/devportal-postgres.conf.j2 b/templates/devportal-postgres.conf.j2 index 020a07d..740a86e 100644 --- a/templates/devportal-postgres.conf.j2 +++ b/templates/devportal-postgres.conf.j2
@@ -1,5 +1,5 @@ HOSTIP=$(hostname -i) MP_POD={{ opdk_mp_pod | default(default_mp_pod) }} REGION={{ region }} -PG_PWD={{ devportal_pg_pass | default(pg_pass) }} +PG_PWD='{{ devportal_pg_pass | default(pg_pass) }}'