Handles packages installed by zypper on SUSE-based systems.
pkg_zypper = { "foopkg": { "installed": True, # default }, "bar": { "installed": False, }, }
See also
The list of generic builtin item attributes
True when the package is expected to be present on the system; False if it should be removed.