nodepool: elements: infra-package-needs: Use the openssh-server element

Use the openssh-server element to install the SSH server.

Depends-On: Ide15ee04f5de123dbc8ce4bb56d638d8a167c341
Change-Id: Ie8d81f488f8421d4b2ed227c6f7c6779cca96a9d
This commit is contained in:
Markos Chandras 2016-11-16 11:55:35 +00:00
parent ee17f14455
commit 764a5f1447
3 changed files with 1 additions and 2 deletions

View File

@ -1 +1,2 @@
openssh-server
package-installs package-installs

View File

@ -1,7 +1,6 @@
coreutils: coreutils:
cron: cron:
util-linux: util-linux:
openssh-server:
build-essential: build-essential:
python-dev: python-dev:
python3-dev: python3-dev:

View File

@ -8,7 +8,6 @@
"cron": "sys-process/cronie", "cron": "sys-process/cronie",
"python-dev": "", "python-dev": "",
"python3-dev": "", "python3-dev": "",
"openssh-server": "openssh",
"traceroute": "net-analyzer/traceroute", "traceroute": "net-analyzer/traceroute",
"uuid-runtime": "" "uuid-runtime": ""
} }