-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathManagedInstalls.mobileconfig
57 lines (57 loc) · 1.64 KB
/
ManagedInstalls.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
<?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>PayloadIdentifier</key>
<string>org.sacredsf.profile.munki</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>a3f3dc40-1fde-0131-31d5-000c2944c108</string>
<key>PayloadOrganization</key>
<string>SSH</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Munki Config</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>org.sacredsf.profile.munki</string>
<key>PayloadUUID</key>
<string>7059fe60-222f-0131-31db-000c2944c108</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
<string>Custom: (ManagedInstalls)</string>
<key>PayloadContent</key>
<dict>
<key>ManagedInstalls</key>
<dict>
<key>Set-Once</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>SoftwareRepoURL</key>
<string>http://repo.sacredsf.org/munki</string>
<key>SoftwareUpdateServerURL</key>
<string>http://repo.sacredsf.org/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1_release.sucatalog</string>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>