From 3571647692558c29cb26f1b20e1fa908477b6a7e Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 6 Oct 2016 11:57:34 -0500 Subject: [PATCH] Add pkg-map for gentoo to runtime-ssh-host-keys Openssh is provided by default so it is not needed to be installed here. Change-Id: Id86f9a1d214c775570f0c9e2df4ea81367bb5b7e --- elements/runtime-ssh-host-keys/pkg-map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elements/runtime-ssh-host-keys/pkg-map b/elements/runtime-ssh-host-keys/pkg-map index 413d584e..ce9fd939 100644 --- a/elements/runtime-ssh-host-keys/pkg-map +++ b/elements/runtime-ssh-host-keys/pkg-map @@ -2,6 +2,9 @@ "family": { "redhat": { "openssh-client": "openssh" + }, + "gentoo": { + "openssh-client": "" } } }