OSPolicyResourcePackageResourceRPMResponse

An RPM package file. RPM packages only support INSTALLED state.

Constructors

constructor(pullDeps: Boolean, source: OSPolicyResourceFileResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether dependencies should also be installed. - install when false: rpm --upgrade --replacepkgs package.rpm - install when true: yum -y install package.rpm or zypper -y install package.rpm

Link copied to clipboard