From 736db08f1e43dc913fb6067b9cd4eeb537239ce4 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 11 Aug 2016 21:18:02 -0700 Subject: [PATCH] set no-honor-keyseserver-url for parcimonie We need to set GNUPG_KEYSERVER_OPTIONS and pass something to address EtiennePerot/parcimonie.sh#15 I set no-honor-keyserver-url in my gpg.conf anyway. I think the option makes sense, so we'll use that until the parcimonie issue is resolved. --- roles/parcimonie/templates/user.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/parcimonie/templates/user.conf.j2 b/roles/parcimonie/templates/user.conf.j2 index a1deeab..59a6356 100644 --- a/roles/parcimonie/templates/user.conf.j2 +++ b/roles/parcimonie/templates/user.conf.j2 @@ -1,2 +1,3 @@ PARCIMONIE_USER="{{ user.name }}" COMPUTER_ONLINE_FRACTION=0.7 +GNUPG_KEYSERVER_OPTIONS="no-honor-keyserver-url"