Configuration requires quotes
This commit is contained in:
parent
04c4ddce24
commit
21b6900ab5
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ PKGDB2_BUGZILLA_NOTIFICATION = False
|
||||||
## URL to the bugzilla instance to update
|
## URL to the bugzilla instance to update
|
||||||
PKGDB2_BUGZILLA_URL = 'https://bugzilla.redhat.com'
|
PKGDB2_BUGZILLA_URL = 'https://bugzilla.redhat.com'
|
||||||
## name of the user the pkgdb application can log in to bugzilla with
|
## name of the user the pkgdb application can log in to bugzilla with
|
||||||
PKGDB2_BUGZILLA_USER = {{ bugzilla_user }}
|
PKGDB2_BUGZILLA_USER = '{{ bugzilla_user }}'
|
||||||
## password of the user the pkgdb application can log in to bugzilla with
|
## password of the user the pkgdb application can log in to bugzilla with
|
||||||
PKGDB2_BUGZILLA_PASSWORD = {{ bugzilla_password }}
|
PKGDB2_BUGZILLA_PASSWORD = '{{ bugzilla_password }}'
|
||||||
|
|
||||||
|
|
||||||
### FAS information
|
### FAS information
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue