project-config/nodepool/elements/puppet/pkg-map
Igor Belikov e57fe8bdf7 Add curl package to puppet nodepool element
puppet element calls install_puppet.sh script from system-config repo,
which depends on either curl or wget being installed in the system. Some
minimal images like debian jessie or ubuntu xenial miss those packages
and cause puppet element to fail when building the image.

Change-Id: Ic5124906b19b82d134a611e68fc7c5dd6fc88702
2016-03-16 16:18:30 +03:00

11 lines
113 B
Plaintext

{
"family": {
"gentoo": {
"curl": "net-misc/curl"
}
},
"default": {
"curl": "curl"
}
}