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

This commit is contained in:
Jenkins 2016-12-02 08:12:19 +00:00 committed by Gerrit Code Review
commit 931c03bc80
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": ""
} }