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": "" } }