78c819d623
Add configuration to allow the switch between dnf/yum or provide an alternative package manager. Change-Id: I913769fcf5875a12b4561958cf7c90b74cd116ea
8 lines
281 B
YAML
8 lines
281 B
YAML
---
|
|
features:
|
|
- |
|
|
Added `distro_package_manager` configuration that can be used to specify
|
|
which package manager commands should be used for a given operating system.
|
|
This only works for like type of packaging systems like 'dnf' vs 'yum' for
|
|
'rpm' package types.
|