Yum Requirements

Specify which yum packages should be available in order to run the component.

Example:

setup:
  - type: yum
    packages: [ sl ]

packages

Type: String / List of String

Default: Empty

Specifies which packages to install.

Example:

packages: [ sl ]

type

Type: String

Specifies the type of the requirement specification.