Table of Contents
inventory/os.cf
Table of Contents
This policy is inventory related to os hosts.
common bodies
inventory_os
Prototype: inventory_os
Implementation:
bundle common inventory_os
{
vars:
_inventory_lsb_found::
"description" string => "$(inventory_lsb.os) $(inventory_lsb.release)",
meta => { "inventory", "attribute_name=OS" };
!_inventory_lsb_found.windows::
"description" string => "$(sys.release)",
meta => { "inventory", "attribute_name=OS" };
!_inventory_lsb_found.!windows::
"description" string => "$(sys.flavor) (LSB missing)",
meta => { "inventory", "attribute_name=OS" };
}