project-config/nodepool/elements/infra-package-needs/pkg-map
Markos Chandras 764a5f1447 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
2016-11-16 11:56:54 +00:00

28 lines
531 B
Plaintext

{
"distro": {
"fedora": {
"python3-dev": "python3-devel"
},
"gentoo": {
"build-essential": "",
"cron": "sys-process/cronie",
"python-dev": "",
"python3-dev": "",
"traceroute": "net-analyzer/traceroute",
"uuid-runtime": ""
}
},
"family": {
"redhat": {
"cron": "cronie",
"build-essential": "glibc-devel gcc make",
"python-dev": "python-devel",
"python3-dev": "",
"uuid-runtime": ""
}
},
"default": {
"gentoolkit": ""
}
}