forked from autopkg/smithjw-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDisplayLink_Manager.jss.recipe.yaml
30 lines (28 loc) · 1.18 KB
/
DisplayLink_Manager.jss.recipe.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: Downloads the latest version of the DisplayLink Manager App, then uploads to the JSS.
Identifier: com.github.smithjw.jss.DisplayLink_Manager
ParentRecipe: com.github.smithjw.pkg.DisplayLink_Manager
MinimumVersion: '2.3'
Input:
NAME: DisplayLink Manager
SOFTWARE_TITLE: DisplayLink_Manager
CATEGORY: Utilities
GROUP_NAME: '%NAME%-update-smart'
GROUP_TEMPLATE: SmartGroupTemplate.xml
OS_REQUIREMENTS: ''
POLICY_CATEGORY: Testing
POLICY_TEMPLATE: PolicyTemplate.xml
SELF_SERVICE_DESCRIPTION: DisplayLink Manager is a new way to enable your DisplayLink dock, adapter or monitor on macOS platforms. It's an application that combines our latest driver with features that streamline the setup of mutliple displays up to 4K.
SELF_SERVICE_ICON: '%SOFTWARE_TITLE%.png'
Process:
- Processor: JSSImporter
Arguments:
category: '%CATEGORY%'
groups:
- name: '%GROUP_NAME%'
smart: true
template_path: '%GROUP_TEMPLATE%'
policy_category: '%POLICY_CATEGORY%'
policy_template: '%POLICY_TEMPLATE%'
prod_name: '%NAME%'
self_service_description: '%SELF_SERVICE_DESCRIPTION%'
self_service_icon: '%SELF_SERVICE_ICON%'