Table of Contents
inventory/suse.cf
Table of Contents
This policy is inventory related to suse hosts.
common bodies
inventory_suse
Prototype: inventory_suse
Description: SUSE inventory bundle
This common bundle is for SUSE Linux inventory work.
Implementation:
bundle common inventory_suse
{
classes:
"suse_pure" expression => "(sles|sled).!opensuse",
comment => "pure SUSE",
meta => { "inventory", "attribute_name=none" };
"suse_derived" expression => "opensuse.!suse_pure",
comment => "derived from SUSE",
meta => { "inventory", "attribute_name=none" };
}