diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2014-06-05 03:51:08 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2014-06-05 03:51:08 +0000 |
| commit | d63fc93ab2c9671f1367fee71d6ead1d142fedec (patch) | |
| tree | 18d3a51cc5ffcaeb308c5336bdafe9d290d2da7c | |
| parent | 7732878e6b2a7bfaa64a2f9aad94511c2e38c0b3 (diff) | |
quoting port value for postgresql db port on resultsdb-stg
| -rw-r--r-- | inventory/group_vars/resultsdb-stg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/group_vars/resultsdb-stg b/inventory/group_vars/resultsdb-stg index 039b8246c..c092a7879 100644 --- a/inventory/group_vars/resultsdb-stg +++ b/inventory/group_vars/resultsdb-stg @@ -6,7 +6,7 @@ num_cpus: 4 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 80, 443, {{ resultsdb_db_port }} ] +tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ] fas_client_groups: sysadmin-qa nrpe_procs_warn: 250 nrpe_procs_crit: 300 |
