You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've moved our pkgs to object storage (Artifactory) so the system that runs autopkg might not necessarily have all the pkgs present when MakeCatalogs.munki runs. When we run MakeCatalogs.munki, the run "fails" because of all the warnings generated from missing installer items.
I'd like to look at adding an input variable skip_pkg_check to MakeCatalogsProcessor.py that toggles the --skip-pkg-check option.
The text was updated successfully, but these errors were encountered:
nathanperkins
changed the title
Add support for --skip-pkg-check in MakeCatalogBuilder
Add support for --skip-pkg-check in MakeCatalogsProcessor
Sep 15, 2018
We've moved our pkgs to object storage (Artifactory) so the system that runs autopkg might not necessarily have all the pkgs present when
MakeCatalogs.munki
runs. When we runMakeCatalogs.munki
, the run "fails" because of all the warnings generated from missing installer items.I'd like to look at adding an input variable
skip_pkg_check
toMakeCatalogsProcessor.py
that toggles the--skip-pkg-check
option.The text was updated successfully, but these errors were encountered: