e57fe8bdf7
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
11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
{
|
|
"family": {
|
|
"gentoo": {
|
|
"curl": "net-misc/curl"
|
|
}
|
|
},
|
|
"default": {
|
|
"curl": "curl"
|
|
}
|
|
}
|