@@ -208,6 +208,7 @@ def validate_minimumversion(process, min_vers, ignore_min_vers_before, filename)
208208 "MunkiCatalogBuilder" : "0.1.0" ,
209209 "MunkiImporter" : "0.1.0" ,
210210 "MunkiInstallsItemsCreator" : "0.1.0" ,
211+ "MunkiOptionalReceiptEditor" : "2.7" ,
211212 "MunkiPkginfoMerger" : "0.1.0" ,
212213 "MunkiSetDefaultCatalog" : "0.4.2" ,
213214 "PackageRequired" : "0.5.1" ,
@@ -376,7 +377,7 @@ def validate_proc_type_conventions(process, filename):
376377 """Ensure that processors used align with recipe type conventions."""
377378
378379 # For each processor type, this is the list of processors that
379- # we only expect to see in that type.
380+ # we only expect to see in that type. List order is unimportant.
380381 proc_type_conventions = {
381382 "download" : [
382383 "SparkleUpdateInfoProvider" ,
@@ -390,6 +391,7 @@ def validate_proc_type_conventions(process, filename):
390391 "MunkiPkginfoMerger" ,
391392 "MunkiCatalogBuilder" ,
392393 "MunkiSetDefaultCatalog" ,
394+ "MunkiOptionalReceiptEditor" ,
393395 "MunkiImporter" ,
394396 ],
395397 "pkg" : ["AppPkgCreator" , "PkgCreator" ],
0 commit comments