-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPolicyTemplate.xml
35 lines (35 loc) · 1.14 KB
/
PolicyTemplate.xml
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
31
32
33
34
35
<policy>
<general>
<!-- Enable ID or Name for a Site-based Policy
<site>
<id>%site_id%</id>
<name>%site_name%</name>
</site> -->
<name>Install Latest %PROD_NAME%</name>
<enabled>true</enabled>
<frequency>Ongoing</frequency>
<category>
<name>%POLICY_CATEGORY%</name>
</category>
</general>
<scope>
<!--Scope added by JSSImporter-->
</scope>
<package_configuration>
<!--Package added by JSSImporter-->
</package_configuration>
<scripts>
<!--Scripts added by JSSImporter-->
</scripts>
<self_service>
<!--Icons added by JSSImporter-->
<use_for_self_service>true</use_for_self_service>
<install_button_text>Install %VERSION%</install_button_text>
<reinstall_button_text>Install %VERSION%</reinstall_button_text>
<self_service_display_name>Install Latest %PROD_NAME%</self_service_display_name>
<self_service_description>%SELF_SERVICE_DESCRIPTION%</self_service_description>
</self_service>
<maintenance>
<recon>true</recon>
</maintenance>
</policy>