typo'd variable name in resultsdb-dev group_vars

This commit is contained in:
Tim Flink 2015-10-02 16:50:42 +00:00
parent 260fe0fd2c
commit d318967fe0

View file

@ -21,7 +21,7 @@ extra_enablerepos: ''
# the db_host_machine bits are so that delegation continues to work, even if
# that db is localhost relative to resultsdb
resultsdb_db_host_machine: db-qa01.qa.fedoraproject.org
resultsdb_db_host: "{{ resultsdb_host_machine }}"
resultsdb_db_host: "{{ resultsdb_db_host_machine }}"
resultsdb_db_port: 5432
resultsdb_endpoint: 'resultsdb_api'
resultsdb_fe_endpoint: 'resultsdb'