-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathPatchTemplate-automatic.xml
40 lines (40 loc) · 1.22 KB
/
PatchTemplate-automatic.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
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<patch_policy>
<general>
<name>%patch_name%</name>
<enabled>%PATCH_ENABLED%</enabled>
<target_version>%version%</target_version>
<distribution_method>prompt</distribution_method>
<allow_downgrade>false</allow_downgrade>
<patch_unknown>%PATCH_UNKNOWN%</patch_unknown>
</general>
<scope>
<all_computers>true</all_computers>
<computers />
<computer_groups />
<users />
<buildings />
<departments />
<limitations>
<network_segments />
<ibeacons />
</limitations>
<exclusions>
<computers />
<computer_groups />
<users />
<buildings />
<departments />
<network_segments />
<ibeacons />
</exclusions>
</scope>
<user_interaction>
<grace_period>
<grace_period_duration>%PATCH_GRACE%</grace_period_duration>
<notification_center_subject>Update</notification_center_subject>
<message>$APP_NAMES will be closed in $DELAY_MINUTES minutes, so that $SOFTWARE_TITLE can be updated. Please save all documents now.</message>
</grace_period>
</user_interaction>
<software_title_configuration_id>%patch_softwaretitle_id%</software_title_configuration_id>
</patch_policy>