-
Notifications
You must be signed in to change notification settings - Fork 0
/
ManagedInstalls.json
824 lines (824 loc) · 32.5 KB
/
ManagedInstalls.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
{
"title": "ManagedInstalls",
"description": "Preference Domain: ManagedInstall.plist - Munki Configuration",
"__version": "1.0.2",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"definitions": {
"policy_group": {
"type": "object",
"format": "grid",
"options": {
"collapsed": true,
"disable_properties": true
}
}
},
"properties": {
"AppleSoftwareUpdatesOnly": {
"title": "Install Apple Software Updates Only",
"description": "Default is false. If true, only install updates from an Apple Software Update server. No Munki repository is needed or used.",
"propertyOrder": 10,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: AppleSoftwareUpdatesOnly"
},
"links": [{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"AggressiveUpdateNotificationDays": {
"title": "Number of Days Updates Need to be Pending before Aggressive Notifications Start",
"description": "Default is 14 days. Munki 5's more aggressive update behaviors begin when one or more updates have been pending for more than 14 days by default. Set it to 0 to never trigger the aggressive behavior.",
"propertyOrder": 15,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "integer"
}
],
"options": {
"infoText": "Key: AggressiveUpdateNotificationDays"
},
"links": [{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"InstallAppleSoftwareUpdates": {
"title": "Enable Munki to install Apple Software Updates",
"description": "Default is false. If true, install updates from an Apple Software Update server, in addition to 'regular' Munki updates.",
"propertyOrder": 20,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: InstallAppleSoftwareUpdates"
},
"links": [{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"UnattendedAppleUpdates": {
"title": "Enable Munki to install Apple Software Updates automatically",
"description": "Default is false. If true, updates that declare no 'must-close' applications, or have one or more 'must-close' applications, none of which is running, and do not require a logout or restart will be installed as part of a normal periodic background run without notifying the user. (OS X 10.10+, Munki 2.5+)",
"propertyOrder": 30,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: UnattendedAppleUpdates"
},
"links": [{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SoftwareRepoURL": {
"title": "Location of Munki Repo",
"description": "Default is http://munki.(domain of client)/repo. Base URL for Munki repository",
"propertyOrder": 40,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: SoftwareRepoURL"
},
"links": [{
"rel": "Default Repo Detection",
"href": "https://github.com/munki/munki/wiki/Default-Repo-Detection"
}]
},
"PackageURL": {
"title": "Location of software packages",
"description": "Default is SoftwareRepoURL/pkgs. Base URL for Munki pkgs. Useful if your packages are served from a different server than your catalogs or manifests.",
"propertyOrder": 50,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: PackageURL"
},
"links": [{
"rel": "Default Repo Detection",
"href": "https://github.com/munki/munki/wiki/Default-Repo-Detection"
}]
},
"CatalogURL": {
"title": "Location of software catalogs",
"description": "Default is SoftwareRepoURL/catalogs. Base URL for Munki catalogs. Useful if your catalogs are served from a different server than your packages or manifests.",
"propertyOrder": 60,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: CatalogURL"
},
"links": [{
"rel": "Default Repo Detection",
"href": "https://github.com/munki/munki/wiki/Default-Repo-Detection"
}]
},
"ManifestURL": {
"title": "Location of software manifests",
"description": "Default is SoftwareRepoURL/manifests. Base URL for Munki manifests. Useful if your manifests are served from a different server than your catalogs or manifests.",
"propertyOrder": 70,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ManifestURL"
},
"links": [{
"rel": "Default Repo Detection",
"href": "https://github.com/munki/munki/wiki/Default-Repo-Detection"
}]
},
"IconURL": {
"title": "Location of icon files",
"description": "Default is SoftwareRepoURL/icons. Base URL for product icons. Useful if your icons are served from a different server or different directory than the default.",
"propertyOrder": 80,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: IconURL"
},
"links": [{
"rel": "Default Repo Detection",
"href": "https://github.com/munki/munki/wiki/Default-Repo-Detection"
}]
},
"ClientResourceURL": {
"title": "Location of client resource files for Managed Software Center customization.",
"description": "Default is SoftwareRepoURL/client_resources. Base URL for custom client resources for Managed Software Center. Useful if your resources are served from a different server or different directory than the default.",
"propertyOrder": 90,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ClientResourceURL"
},
"links": [{
"rel": "Default Repo Detection",
"href": "https://github.com/munki/munki/wiki/Default-Repo-Detection"
}]
},
"ClientResourcesFilename": {
"title": "Name of client resource file for Managed Software Center customization.",
"description": "Default is manifest name.zip or site_default.zip. Specific filename to use when requesting custom client resources.",
"propertyOrder": 110,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ClientResourcesFilename"
},
"links": [{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"HelpURL": {
"title": "Set Help URL",
"description": "Default is None. If defined, a URL to open/display when the user selects 'Managed Software Center Help' from Managed Software Center's Help menu.",
"propertyOrder": 120,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: HelpURL"
},
"links": [{
"rel": "More information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"ClientIdentifier": {
"title": "Client Identifier",
"description": "Identifier for Munki client. Usually is the same as a manifest name on the Munki server. If this is empty or undefined, Munki will attempt the following identifiers, in order: fully-qualified hostname, 'short' hostname, serial number and finally, 'site_default'",
"propertyOrder": 130,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ClientIdentifier"
},
"links": [{
"rel": "Default Manifest Resolution",
"href": "https://github.com/munki/munki/wiki/Default-Manifest-Resolution"
}]
},
"ManagedInstallDir": {
"title": "Managed Installs Location",
"description": "Default is /Library/Managed Installs. Folder where munki keeps its data on the client.",
"propertyOrder": 140,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ManagedInstallDir"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"LogFile": {
"title": "Log File Location",
"description": "Default is /Library/Managed Installs/Logs/ManagedSoftwareUpdate.log. Primary log is written to this file.",
"propertyOrder": 150,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: LogFile"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"LogToSyslog": {
"title": "Write Munki Logs to the System Log",
"description": "Default is false. If true, log to /var/log/system.log in addition to ManagedSoftwareUpdate.log",
"propertyOrder": 160,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: LogToSyslog"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"LoggingLevel": {
"title": "Logging Level",
"description": "Default is 1.",
"propertyOrder": 170,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "integer"
}
],
"options": {
"infoText": "Key: LoggingLevel"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"DaysBetweenNotifications": {
"title": "Number of Days Between User Notifications",
"description": "Default is 1. Number of days between user notifications from Managed Software Update.",
"propertyOrder": 180,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "integer"
}
],
"options": {
"infoText": "Key: DaysBetweenNotifications"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"UseNotificationCenterDays": {
"title": "Days Notification Center Notifications",
"description": "Default is 3. Number of days Notification Center notifications should be attempted before switching to launching Manged Software Center.",
"propertyOrder": 190,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "integer"
}
],
"options": {
"infoText": "Key: UseNotificationCenterDays"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"UseClientCertificate": {
"title": "Use an SSL Cient Certificate",
"description": "Default is false. If true, use an SSL client certificate when communicating with the munki server. Requires an https:// URL for the munki repo.",
"propertyOrder": 200,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: UseClientCertificate"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"UseClientCertificateCNAsClientIdentifier": {
"title": "Use CN of the client certificate as the Client Identifier",
"description": "Default is false. If true, use the CN of the client certificate as the Client Identifier. Used in combination with the UseClientCertificate key",
"propertyOrder": 210,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: UseClientCertificate"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SoftwareRepoCAPath": {
"title": "Path to Repo CA Directory",
"description": "Default is empty. Path to the directory that stores your CA certificate(s).",
"propertyOrder": 220,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: SoftwareRepoCAPath"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SoftwareRepoCACertificate": {
"title": "Software Repo CA Certificate Path",
"description": "Default is /Library/Managed Installs/certs/ca.pem. Absolute path to your CA Certificate.",
"propertyOrder": 230,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: SoftwareRepoCACertificate"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"ClientCertificatePath": {
"title": "Client Certificate Path",
"description": "Default is /Library/Managed Installs/certs/[munki.pem|client.pem|cert.pem]. Absolute path to a client certificate. There are 3 defaults for this key. Concatenated cert/key PEM file accepted.",
"propertyOrder": 240,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ClientCertificatePath"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"ClientKeyPath": {
"title": "Client Private Key Path",
"description": "Default is empty. Absolute path to a client private key.",
"propertyOrder": 250,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: ClientKeyPath"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"AdditionalHttpHeaders": {
"title": "Additional HTTP Headers",
"description": "Default is empty. This key provides the ability to specify custom HTTP headers to be sent with all curl() HTTP requests. AdditionalHttpHeaders must be an array of strings with valid HTTP header format.",
"propertyOrder": 260,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "array",
"items": {
"type": "string",
"title": "Custom HTTP Header"
}
}
],
"options": {
"infoText": "Key: AdditionalHttpHeaders"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"PackageVerificationMode": {
"title": "Package Verification Mode",
"description": "Default is hash. Controls how Munki verifies the integrity of downloaded packages. Possible values are: none: No integrity check is performed. hash: Integrity check is performed if package info contains checksum information. hash_strict: Integrity check is performed, and fails if package info does not contain checksum information.",
"propertyOrder": 270,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: PackageVerificationMode"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SuppressUserNotification": {
"title": "Suppress User Notification",
"description": "Default is false. If true, Managed Software Center will never notify the user of available updates. Managed Software Center can still be manually invoked to discover and install updates.",
"propertyOrder": 280,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: SuppressUserNotification"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SuppressAutoInstall": {
"title": "Suppress Auto Install",
"description": "Default is false. If true, Munki will not automatically install or remove items.",
"propertyOrder": 290,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: SuppressAutoInstall"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SuppressLoginwindowInstall": {
"title": "Suppress Loginwindow Install",
"description": "Default is false. If true, Munki will not install items while idle at the loginwindow except for those marked for unattended_install or unattended_uninstall.",
"propertyOrder": 300,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: SuppressLoginwindowInstall"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"SuppressStopButtonOnInstall": {
"title": "Suppress Stop Button On Install",
"description": "Default is false, If true, Managed Software Center will hide the stop button while installing or removing software, preventing users from interrupting the install.",
"propertyOrder": 310,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: SuppressStopButtonOnInstall"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"InstallRequiresLogout": {
"title": "Install Requires Logout",
"description": "Deafult is false, If true, Managed Software Center will require a logout for all installs or removals.",
"propertyOrder": 320,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: InstallRequiresLogout"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"ShowRemovalDetail": {
"title": "Show Removal Detail",
"description": "Default is false. This preference is no longer supported. In versions of Munki prior to 2.0: if true, Managed Software Updates.app will display detail for scheduled removals.",
"propertyOrder": 330,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: ShowRemovalDetail"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"MSULogEnabled": {
"title": "MSU Log Enabled",
"description": "Default is false. Log user actions in the GUI. See [MSU-Logging]",
"propertyOrder": 340,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: MSULogEnabled"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"MSUDebugLogEnabled": {
"title": "MSU Debug Log Enabled",
"description": "Deafult is false. Debug logging for Managed Software Center.",
"propertyOrder": 350,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: MSUDebugLogEnabled"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"LocalOnlyManifest": {
"title": "Local Only Manifest",
"description": "Deafult is empty. Defines the name of your LocalOnlyManifest. Setting this activates the feature. Unsetting it means Munki will remove the file on the next run.",
"propertyOrder": 360,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: LocalOnlyManifest"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"FollowHTTPRedirects": {
"title": "Follow HTTP Redirects",
"description": "Default is none. Defines whether Munki will follow all, some or no redirects from the web server",
"propertyOrder": 370,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: FollowHTTPRedirects"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"IgnoreSystemProxies": {
"title": "Ignore System Proxies",
"description": "Default is false. If true, HTTP and/or HTTPS proxies set system-wide will be ignored, connections will be made directly. ",
"propertyOrder": 380,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: IgnoreSystemProxies"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"PerformAuthRestarts": {
"title": "Perform Auth Restarts",
"description": "Default is false. (New in Munki 3) If true, Munki will attempt to perform a filevault auth restart.",
"propertyOrder": 390,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: PerformAuthRestarts"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"RecoveryKeyFile": {
"title": "Recovery Key File",
"description": "Deafult is none. (New in Munki 3) Absolute path to a plist file containing filevault credentials in key/value format. Used to perform auth restarts.",
"propertyOrder": 400,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
],
"options": {
"infoText": "Key: RecoveryKeyFile"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"ShowOptionalInstallsForHigherOSVersions": {
"title": "Show Optional Installs For Higher OS Versions",
"description": "Default is false. (New in Munki 3.1) If true, Managed Software Center.app will show optional installs and updates that apply to macOS versions higher than the currently installed version.",
"propertyOrder": 410,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: ShowOptionalInstallsForHigherOSVersions"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Preferences"
}]
},
"EmulateProfileSupport": {
"title": "Attempt to emulate the functionality of Managed Preferences",
"description": "(New in Munki 5.2) If true, Munki will attempt to emulate the functionality of Managed Preferences from configuration profiles on Big Sur. See Configuration-Profile-Emulation for more info.",
"propertyOrder": 420,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
],
"options": {
"infoText": "Key: EmulateProfileSupport"
},
"links": [{
"rel": "More Information",
"href": "https://github.com/munki/munki/wiki/Configuration-Profile-Emulation"
}]
}
}
}