| commit | 3645cc1ad7a120f4b52e952ca232180bf1d5ae56 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Nov 10 00:26:35 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Nov 10 00:26:35 2017 -0500 |
| tree | 6e7c61a80247e536812b23f67239c89bdf305d63 | |
| parent | 605bdad961a72aa289dbb9346fcf651e0e3eadbf [diff] |
Added monetization
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 6ba02d0..c33eb11 100644 --- a/templates/silent-install.conf.j2 +++ b/templates/silent-install.conf.j2
@@ -60,7 +60,7 @@ {% endif %} PG_PWD={{ pg_pass }} -{% if opdk_monetization is defined and opdk_monetization %} +{% if opdk_monetization is defined and opdk_monetization | bool %} # Monetization has been configured PG_USER={{ pg_user }} MO_PG_HOST={{ pgmaster_ip }}