joncrain/manifests

Munki Manifest module for munkireport.

v3.0 2023-03-16 20:45 UTC

This package is auto-updated.

Last update: 2024-03-26 17:55:37 UTC


README

This module gives extended info on the Munki manifests for a given machine. The data comes from the /Library/Managed Installs/manifests directory.

Included are widgets for all included manifests: Manifest Widget and for catalog counts: Catalog Widget

Table Schema

  • manifest_name - VARCHAR(255) - Name of manifest
  • catalogs - TEXT - List of catalogs
  • included_manifests - TEXT - Manifests that are included
  • managed_installs - TEXT - Installs that are managed
  • managed_uninstalls - TEXT - Uninstalls that are managed
  • optional_installs - TEXT - List of optional installs
  • managed_updates - TEXT - List of managed updates
  • featured_items - TEXT - Featured items
  • condition_check - TEXT - Conditions
  • conditional_items - TEXT - JSON of conditional items
  • display_name - VARCHAR(255) - Display name of manifest