-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathmunkitools5.munki.recipe
489 lines (483 loc) · 18.8 KB
/
munkitools5.munki.recipe
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
<?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>Description</key>
<string>Note: munkitools does not include a code signature. If your
organization requires code signature, it is recommend to internally sign
the application.
Downloads and imports version 5 of the Munki tools via
the official releases listing on GitHub. You can set INCLUDE_PRERELEASES
to any value to have this recipe pull prerelease versions.
Note that Munki 5 includes an additional component pkg, munkitools_app_usage.
This recipe imports this to the Munki with the appropriate 'requires' key,
however as it is considered an optional component, this recipe does not
add it as an update_for any Munki component. Admins should add
munkitools_app_usage to a manifest manually if its installation on clients
is desired.
Note that Munki 5 offers the option to include Python to be embedded
in preparation for macOS no longer including the Python environment in future OSes.
This recipe includes the embedded Python installation and adds the Python package
as a requirement to the other munki pkginfos.
This recipe cannot be overridden to pull a download from an alternate location.
The GitHubReleasesInfoProvider processor used by this recipe also
respects an input variable: 'sort_by_highest_tag_names', which
if set, will ignore the post dates of the releases and instead sort
descending by tag names according to LooseVersion semantics.
MUNKI_ICON should be overridden with your icon name.
</string>
<key>Identifier</key>
<string>com.github.autopkg.munki.munkitools5</string>
<key>Input</key>
<dict>
<key>INCLUDE_PRERELEASES</key>
<string></string>
<key>NAME</key>
<string>munkitools5</string>
<key>MUNKI_CATALOG</key>
<string>development</string>
<key>MUNKI_CATEGORY</key>
<string>munkitools</string>
<key>MUNKI_DEVELOPER</key>
<string>The Munki Project</string>
<key>MUNKI_ICON</key>
<string></string>
<key>MUNKI_REPO_SUBDIR</key>
<string>munkitools</string>
<!-- -->
<key>MUNKITOOLS_CORE_NAME</key>
<string>munkitools_core</string>
<key>MUNKITOOLS_CORE_DISPLAYNAME</key>
<string>Managed Software Center core tools</string>
<key>MUNKITOOLS_CORE_DESCRIPTION</key>
<string>Core command-line tools used by Managed Software Center.</string>
<!-- -->
<key>MUNKITOOLS_ADMIN_NAME</key>
<string>munkitools_admin</string>
<key>MUNKITOOLS_ADMIN_DISPLAYNAME</key>
<string>Managed Software Center admin tools</string>
<key>MUNKITOOLS_ADMIN_DESCRIPTION</key>
<string>Command-line Managed Software Center admin tools.</string>
<!-- -->
<key>MUNKITOOLS_APP_NAME</key>
<string>munkitools</string>
<key>MUNKITOOLS_APP_DISPLAYNAME</key>
<string>Managed Software Center</string>
<key>MUNKITOOLS_APP_DESCRIPTION</key>
<string>Managed Software Center application.</string>
<!-- -->
<key>MUNKITOOLS_APP_USAGE_NAME</key>
<string>munkitools_app_usage</string>
<key>MUNKITOOLS_APP_USAGE_DISPLAYNAME</key>
<string>Managed Software Center app usage</string>
<key>MUNKITOOLS_APP_USAGE_DESCRIPTION</key>
<string>Application usage statistics for Managed Software Center.</string>
<!-- -->
<key>MUNKITOOLS_LAUNCHD_NAME</key>
<string>munkitools_launchd</string>
<key>MUNKITOOLS_LAUNCHD_DISPLAYNAME</key>
<string>Managed Software Center launchd files</string>
<key>MUNKITOOLS_LAUNCHD_DESCRIPTION</key>
<string>launchd configuration files for use by Managed Software Center.</string>
<!-- -->
<key>MUNKITOOLS_PYTHON_NAME</key>
<string>munkitools_python</string>
<key>MUNKITOOLS_PYTHON_DISPLAYNAME</key>
<string>Managed Software Center embedded python</string>
<key>MUNKITOOLS_PYTHON_DESCRIPTION</key>
<string>Embedded Python tools used by Managed Software Center.</string>
</dict>
<key>MinimumVersion</key>
<string>0.5.0</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>GitHubReleasesInfoProvider</string>
<key>Arguments</key>
<dict>
<key>asset_regex</key>
<string>^munkitools-5.*?pkg$</string>
<key>github_repo</key>
<string>munki/munki</string>
<key>include_prereleases</key>
<string>%INCLUDE_PRERELEASES%</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgUnpacker</string>
<key>Arguments</key>
<dict>
<key>flat_pkg_path</key>
<string>%pathname%</string>
<key>destination_path</key>
<string>%RECIPE_CACHE_DIR%/unpack</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>PkgRootCreator</string>
<key>Arguments</key>
<dict>
<key>pkgroot</key>
<string>%RECIPE_CACHE_DIR%/repack</string>
<key>pkgdirs</key>
<dict/>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FileFinder</string>
<key>Arguments</key>
<dict>
<key>pattern</key>
<string>%RECIPE_CACHE_DIR%/unpack/munkitools_core*.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgPacker</string>
<key>Arguments</key>
<dict>
<key>source_flatpkg_dir</key>
<string>%found_filename%</string>
<key>destination_pkg</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_core.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FileFinder</string>
<key>Arguments</key>
<dict>
<key>pattern</key>
<string>%RECIPE_CACHE_DIR%/unpack/munkitools_admin*.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgPacker</string>
<key>Arguments</key>
<dict>
<key>source_flatpkg_dir</key>
<string>%found_filename%</string>
<key>destination_pkg</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_admin.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FileFinder</string>
<key>Arguments</key>
<dict>
<key>pattern</key>
<string>%RECIPE_CACHE_DIR%/unpack/munkitools_app[.-]*pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgPacker</string>
<key>Arguments</key>
<dict>
<key>source_flatpkg_dir</key>
<string>%found_filename%</string>
<key>destination_pkg</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_app.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FileFinder</string>
<key>Arguments</key>
<dict>
<key>pattern</key>
<string>%RECIPE_CACHE_DIR%/unpack/munkitools_app_usage*.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgPacker</string>
<key>Arguments</key>
<dict>
<key>source_flatpkg_dir</key>
<string>%found_filename%</string>
<key>destination_pkg</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_app_usage.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FileFinder</string>
<key>Arguments</key>
<dict>
<key>pattern</key>
<string>%RECIPE_CACHE_DIR%/unpack/munkitools_launchd*.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgPacker</string>
<key>Arguments</key>
<dict>
<key>source_flatpkg_dir</key>
<string>%found_filename%</string>
<key>destination_pkg</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_launchd.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FileFinder</string>
<key>Arguments</key>
<dict>
<key>pattern</key>
<string>%RECIPE_CACHE_DIR%/unpack/munkitools_python*.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>FlatPkgPacker</string>
<key>Arguments</key>
<dict>
<key>source_flatpkg_dir</key>
<string>%found_filename%</string>
<key>destination_pkg</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_python.pkg</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiImporter</string>
<key>Arguments</key>
<dict>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_core.pkg</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>category</key>
<string>%MUNKI_CATEGORY%</string>
<key>description</key>
<string>%MUNKITOOLS_CORE_DESCRIPTION%</string>
<key>developer</key>
<string>%MUNKI_DEVELOPER%</string>
<key>display_name</key>
<string>%MUNKITOOLS_CORE_DISPLAYNAME%</string>
<key>icon_name</key>
<string>%MUNKI_ICON%</string>
<key>minimum_os_version</key>
<string>10.11</string>
<key>name</key>
<string>%MUNKITOOLS_CORE_NAME%</string>
<key>requires</key>
<array>
<string>%MUNKITOOLS_PYTHON_NAME%</string>
<string>%MUNKITOOLS_LAUNCHD_NAME%</string>
</array>
<key>unattended_install</key>
<true/>
</dict>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiImporter</string>
<key>Arguments</key>
<dict>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_admin.pkg</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>category</key>
<string>%MUNKI_CATEGORY%</string>
<key>description</key>
<string>%MUNKITOOLS_ADMIN_DESCRIPTION%</string>
<key>developer</key>
<string>%MUNKI_DEVELOPER%</string>
<key>display_name</key>
<string>%MUNKITOOLS_ADMIN_DISPLAYNAME%</string>
<key>icon_name</key>
<string>%MUNKI_ICON%</string>
<key>minimum_os_version</key>
<string>10.11</string>
<key>name</key>
<string>%MUNKITOOLS_ADMIN_NAME%</string>
<key>unattended_install</key>
<true/>
<key>update_for</key>
<array>
<string>%MUNKITOOLS_PYTHON_NAME%</string>
<string>%MUNKITOOLS_CORE_NAME%</string>
</array>
</dict>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiImporter</string>
<key>Arguments</key>
<dict>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_app.pkg</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>category</key>
<string>%MUNKI_CATEGORY%</string>
<key>description</key>
<string>%MUNKITOOLS_APP_DESCRIPTION%</string>
<key>developer</key>
<string>%MUNKI_DEVELOPER%</string>
<key>display_name</key>
<string>%MUNKITOOLS_APP_DISPLAYNAME%</string>
<key>icon_name</key>
<string>%MUNKI_ICON%</string>
<key>minimum_os_version</key>
<string>10.11</string>
<key>name</key>
<string>%MUNKITOOLS_APP_NAME%</string>
<key>requires</key>
<array>
<string>%MUNKITOOLS_PYTHON_NAME%</string>
<string>%MUNKITOOLS_CORE_NAME%</string>
<string>%MUNKITOOLS_LAUNCHD_NAME%</string>
</array>
<key>unattended_install</key>
<true/>
</dict>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiImporter</string>
<key>Arguments</key>
<dict>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_app_usage.pkg</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>category</key>
<string>%MUNKI_CATEGORY%</string>
<key>description</key>
<string>%MUNKITOOLS_APP_USAGE_DESCRIPTION%</string>
<key>developer</key>
<string>%MUNKI_DEVELOPER%</string>
<key>display_name</key>
<string>%MUNKITOOLS_APP_USAGE_DISPLAYNAME%</string>
<key>icon_name</key>
<string>%MUNKI_ICON%</string>
<key>minimum_os_version</key>
<string>10.11</string>
<key>name</key>
<string>%MUNKITOOLS_APP_USAGE_NAME%</string>
<key>requires</key>
<array>
<string>%MUNKITOOLS_PYTHON_NAME%</string>
<string>%MUNKITOOLS_CORE_NAME%</string>
<string>%MUNKITOOLS_LAUNCHD_NAME%</string>
</array>
<key>unattended_install</key>
<true/>
</dict>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiImporter</string>
<key>Arguments</key>
<dict>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_launchd.pkg</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>category</key>
<string>%MUNKI_CATEGORY%</string>
<key>description</key>
<string>%MUNKITOOLS_LAUNCHD_DESCRIPTION%</string>
<key>developer</key>
<string>%MUNKI_DEVELOPER%</string>
<key>display_name</key>
<string>%MUNKITOOLS_LAUNCHD_DISPLAYNAME%</string>
<key>icon_name</key>
<string>%MUNKI_ICON%</string>
<key>minimum_os_version</key>
<string>10.11</string>
<key>name</key>
<string>%MUNKITOOLS_LAUNCHD_NAME%</string>
</dict>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiImporter</string>
<key>Arguments</key>
<dict>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/repack/munkitools_python.pkg</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>%MUNKI_CATALOG%</string>
</array>
<key>category</key>
<string>%MUNKI_CATEGORY%</string>
<key>description</key>
<string>%MUNKITOOLS_PYTHON_DESCRIPTION%</string>
<key>developer</key>
<string>%MUNKI_DEVELOPER%</string>
<key>display_name</key>
<string>%MUNKITOOLS_PYTHON_DISPLAYNAME%</string>
<key>icon_name</key>
<string>%MUNKI_ICON%</string>
<key>minimum_os_version</key>
<string>10.11</string>
<key>name</key>
<string>%MUNKITOOLS_PYTHON_NAME%</string>
<key>unattended_install</key>
<true/>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>