autopkg / recipes

Recipes for AutoPkg
231 stars 206 forks source link

MakeCatalogs: Check for munki_repo_changed #419

Open choules opened 2 years ago

choules commented 2 years ago

Instead of relying exclusively on the output variable "pkginfo_repo_path" of the MunkiImporter processor, we use the more generic "munki_repo_changed" output variable which may be set by any processors.

Since the MunkiImporter processor also sets this variable as defined here, this should have no negative impact on existing workflows.

This pull requests addresses #418.