autopkg / jss-recipes

AutoPkg recipes that use JSSImporter to upload software packages to your JSS.
84 stars 63 forks source link

Add duo device health #255

Closed kitzy closed 3 years ago

homebysix commented 3 years ago

This will need some tweaking to pass validation before I can merge in:

% ./validate_recipes.py Duo\ Device\ Health/Duo\ Device\ Health.jss.recipe
----------------------------------------------------------------
 Testing recipe: Duo Device Health/Duo Device Health.jss.recipe 
----------------------------------------------------------------
Test: All files have prefix of product (NAME: 'Duo Device Health'). Result: False
Test: CATEGORY is in approved list. Result: False
Test: SELF_SERVICE_ICON name is NAME.png or %NAME%.png. Result: False
Test: Icon is a PNG file measuring 128x128, 300x300, or 512x512 pixels. (Image is 1024x1024 of type png) Result: False
kitzy commented 3 years ago

I've made the requested changes and it now passes validation.

% ./validate_recipes.py Duo\ Device\ Health/Duo\ Device\ Health.jss.recipe
----------------------------------------------------------------
 Testing recipe: Duo Device Health/Duo Device Health.jss.recipe
----------------------------------------------------------------
OK
homebysix commented 3 years ago

Looks great now, thanks!