diff options
| author | Valentin Gologuzov <vgologuz@redhat.com> | 2014-10-17 20:11:11 +0200 |
|---|---|---|
| committer | Valentin Gologuzov <vgologuz@redhat.com> | 2014-10-17 20:11:11 +0200 |
| commit | fed47a19ada09913fa69ec113bb2c577dcc43240 (patch) | |
| tree | d63b860dcb31d9beb2aa09827bf6c39ced5efef5 | |
| parent | cc9b568b77b8dcf58c981c0eb32d69c2a857cd83 (diff) | |
[copr] fix dev config: passwd to access frontend from backend
| -rw-r--r-- | roles/copr/backend/templates/copr-be.conf-dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/copr/backend/templates/copr-be.conf-dev b/roles/copr/backend/templates/copr-be.conf-dev index b4e45d56e..18b502439 100644 --- a/roles/copr/backend/templates/copr-be.conf-dev +++ b/roles/copr/backend/templates/copr-be.conf-dev @@ -10,7 +10,7 @@ frontend_url=http://copr-fe-dev.cloud.fedoraproject.org/backend # must have same value as BACKEND_PASSWORD from have frontend in /etc/copr/copr.conf # default is PASSWORDHERE but you really should change it. really. -frontend_auth=PASSWORDHERE +frontend_auth={{ copr_backend_password }} # path to ansible playbook which spawns builder # see /usr/share/copr*/playbooks/ for examples |
