JamfRecipeMaker - grahampugh/jamf-upload GitHub Wiki
See JamfRecipeMaker - Blog Post for details.
Note that this processor requires additional python modules from those supplied by the stock AutoPkg python distribution. Specifically, it requires the ruamel.yaml module. In turn, this requires up-to-date versions of the following modules:
setuptoolswheelimportlib-metadata
The processor attempts to handle the import of these modules automatically, but if you get any failures/errors, you can do it yourself using the following commands:
- First, ensure that
pipis installed:
/usr/local/autopkg/python -m ensurepip
- Now, run pip to install or upgrade the necessary python modules:
/usr/local/autopkg/python -m install -U pip importlib-metadata setuptools wheel ruamel.yaml
You should now be able to use the JamfRecipeMaker processor.