Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 642 Bytes

item_pkg_zypper.rst

File metadata and controls

33 lines (23 loc) · 642 Bytes

zypper package items

Handles packages installed by zypper on SUSE-based systems.

pkg_zypper = {
    "foopkg": {
        "installed": True,  # default
    },
    "bar": {
        "installed": False,
    },
}

Attribute reference

The list of generic builtin item attributes <builtin_item_attributes>

Optional attributes

installed

True when the package is expected to be present on the system; False if it should be removed.