From 726d199eef852c3396d0ec415fc11d9d765c5d69 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 22 Sep 2017 14:32:50 -0400 Subject: [PATCH] Cleanup zuul-worker pkg-map Default pkg-map to empty packages, and opt-in for each distro. This fixes fedora builds. Change-Id: Ic077eb39c6ad331dabe905773784a027d736ccaa Signed-off-by: Paul Belanger --- nodepool/elements/zuul-worker/pkg-map | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nodepool/elements/zuul-worker/pkg-map b/nodepool/elements/zuul-worker/pkg-map index f2eea87d89..3d880da053 100644 --- a/nodepool/elements/zuul-worker/pkg-map +++ b/nodepool/elements/zuul-worker/pkg-map @@ -2,18 +2,18 @@ "family": { "debian": { "apt-transport-https": "apt-transport-https", - "libselinux-python": "", "python-apt": "python-apt" }, "gentoo": { - "apt-transport-https": "", - "libselinux-python": "sys-libs/libselinux", - "python-apt": "" + "libselinux-python": "sys-libs/libselinux" }, - "suse": { - "apt-transport-https": "", - "libselinux-python": "", - "python-apt": "" + "redhat": { + "libselinux-python": "libselinux-python" } + }, + "default": { + "apt-transport-https": "", + "libselinux-python": "", + "python-apt": "" } }