mirror of
https://github.com/munki/munki.git
synced 2026-01-26 08:59:17 -06:00
Previously, admin-provided conditions were written to the 'ConditionalItems' dict. Some built-in information was also being written to the 'MachineInfo' dict, however this is not fully representative of all built-in conditions that are collected. Since INFO_OBJECT is used as the basis for predicate comparison, its entirety will be written to the 'Conditions' dict in 'ManagedInstallReport.plist', replacing 'ConditionalItems'. The 'MachineInfo' dict will remain untouched as it is used for reporting mechanisms.