From 98df9bd7dfdba2794f3426cf9c27c8373e509add Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 2 Jun 2015 01:47:26 +0000 Subject: [PATCH] Drop the "s here as they cause it to try and match all the ips as a single host. --- roles/copr/keygen/templates/sign.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/keygen/templates/sign.conf b/roles/copr/keygen/templates/sign.conf index d6dcf34910..48a12966a7 100644 --- a/roles/copr/keygen/templates/sign.conf +++ b/roles/copr/keygen/templates/sign.conf @@ -1,4 +1,4 @@ --- -allow: "{{ copr_backend_ips|join(' ') }}" +allow: {{ copr_backend_ips|join(' ') }} phrases: /var/lib/copr-keygen/phrases gpg: /bin/gpg_copr.sh