Skip to content

Processor MunkiInstallsItemsCreator

github-actions edited this page Dec 6, 2022 · 5 revisions

MunkiInstallsItemsCreator

NOTE: This page is automatically generated by GitHub Actions when a new release is tagged.
Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

Description

Generates an installs array for a pkginfo file.

Input Variables

  • installs_item_paths:
    • required: True
    • description: Array of paths to create installs items for.
  • derive_minimum_os_version:
    • required: False
    • description: If minosversion is present in the installs array within additional_pkginfo, then an additional key will be added to additional_pkginfo named minimum_os_version with the value of minosversion.
  • faux_root:
    • required: False
    • description: The root of an expanded package or filesystem.
  • version_comparison_key:
    • required: False
    • description: Set 'version_comparison_key' for installs items. If this is a string, it is set to this value for all items given to 'installs_item_paths'. If this is a dictionary, takes a mapping of a path as given to 'installs_item_paths' to the desired version_comparison_key. Example: {'/Applications/Foo.app': 'CFBundleVersion', '/Library/Bar.plugin': 'CFBundleShortVersionString'}

Output Variables

  • additional_pkginfo:
    • description: Pkginfo dictionary containing installs array.

Table of Contents

Clone this wiki locally