diff --git a/inventory/group_vars/copr-front-stg b/inventory/group_vars/copr-front-stg index 31b5bbb8f8..b74c2a88db 100644 --- a/inventory/group_vars/copr-front-stg +++ b/inventory/group_vars/copr-front-stg @@ -9,7 +9,7 @@ num_cpus: 1 copr_frontend_public_hostname: "copr.stg.fedoraproject.org" -copr_database_password: "{{ copruser_db_password_stg }}" +copruser_db_password: "{{ copruser_db_password_stg }}" tcp_ports: [ 80 ] diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index b5f0aa3611..c39f0700a2 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -14,7 +14,7 @@ BACKEND_BASE_URL = '{{ backend_base_url }}' #USE_ALLOWED_USERS = False #ALLOWED_USERS = ['bonnie', 'clyde'] -SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://copruser:{{ copr_database_password }}@db01/copr' +SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://copruser:{{ copruser_db_password }}@db01/copr' # Token length, defaults to 30 (max 255) #API_TOKEN_LENGTH = 30