-
Notifications
You must be signed in to change notification settings - Fork 5
/
Munki.mobileconfig
61 lines (61 loc) · 1.89 KB
/
Munki.mobileconfig
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadDisplayName</key>
<string>Managed Software Center</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.Munki</string>
<key>PayloadUUID</key>
<string>272700F4-25A3-4CF6-8C31-6C38EBB05CA7</string>
<key>PayloadDescription</key>
<string>Managed Software Center settings.</string>
<key>PayloadOrganization</key>
<string>Example, Inc.</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>ManagedInstalls</string>
<key>PayloadDisplayName</key>
<string>Managed Software Center (v3)</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.Munki</string>
<key>PayloadUUID</key>
<string>29B3B683-49EB-4999-9AAA-B9BD2F265953</string>
<key>PayloadVersion</key>
<integer>3</integer>
<key>AdditionalHttpHeaders</key>
<array>
<string>Authorization: Basic VVNFUk5BTUU6UEFTU1dPUkQ=</string>
</array>
<key>AppleSoftwareUpdatesOnly</key>
<false/>
<key>AggressiveUpdateNotificationDays</key>
<integer>7</integer>
<key>HelpURL</key>
<string>https://knowledgebase.example.com/how-to-use-managed-software-center/</string>
<key>InstallAppleSoftwareUpdates</key>
<true/>
<key>SoftwareRepoURL</key>
<string>https://munki.example.com/repo</string>
<key>SuppressAutoInstall</key>
<false/>
<key>SuppressLoginwindowInstall</key>
<false/>
<key>SuppressUserNotification</key>
<false/>
<key>UnattendedAppleUpdates</key>
<true/>
</dict>
</array>
</dict>
</plist>