summaryrefslogtreecommitdiffstats
path: root/roles/pkgdb2/templates
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2014-06-10 09:28:08 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2014-06-10 09:28:08 +0200
commit21b6900ab5d055742fd0093166a0d41ba2bf48a0 (patch)
treede972aab6df91a3e7303a929643d767c09c926ee /roles/pkgdb2/templates
parent04c4ddce24a38e5a494035cc131e3273ae072cf8 (diff)
downloadansible-21b6900ab5d055742fd0093166a0d41ba2bf48a0.tar.gz
ansible-21b6900ab5d055742fd0093166a0d41ba2bf48a0.tar.xz
ansible-21b6900ab5d055742fd0093166a0d41ba2bf48a0.zip
Configuration requires quotes
Diffstat (limited to 'roles/pkgdb2/templates')
-rw-r--r--roles/pkgdb2/templates/pkgdb2.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg
index b0428d22b..f0a0bc78c 100644
--- a/roles/pkgdb2/templates/pkgdb2.cfg
+++ b/roles/pkgdb2/templates/pkgdb2.cfg
@@ -37,9 +37,9 @@ PKGDB2_BUGZILLA_NOTIFICATION = False
## URL to the bugzilla instance to update
PKGDB2_BUGZILLA_URL = 'https://bugzilla.redhat.com'
## 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
-PKGDB2_BUGZILLA_PASSWORD = {{ bugzilla_password }}
+PKGDB2_BUGZILLA_PASSWORD = '{{ bugzilla_password }}'
### FAS information