chef / omnibus

Easily create full-stack installers for your project across a variety of platforms.
Apache License 2.0
1.29k stars 296 forks source link

Allow to add recommended dependencies #1149

Open miry opened 5 months ago

miry commented 5 months ago

Description

Debian supports recommended packages, that could be skip to not have extra features. It controlls with field Recommends from https://www.man7.org/linux/man-pages/man5/deb-control.5.html

Is it possible to add a new option: runtime_dependency 'a', recommended: true or introduce a new method: recommended_dependency 'a'