-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirefoxLatest.munki.recipe
83 lines (83 loc) · 2.49 KB
/
FirefoxLatest.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
<?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>Identifier</key>
<string>local.munki.FirefoxLatest</string>
<key>Input</key>
<dict>
<key>DISABLE_CODE_SIGNATURE_VERIFICATION</key>
<false/>
<key>LOCALE</key>
<string>en-GB</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/firefox</string>
<key>NAME</key>
<string>Firefox</string>
<key>RELEASE</key>
<string>latest</string>
<key>pkginfo</key>
<dict>
<key>_autopromotion_catalogs</key>
<dict>
<key>7</key>
<array>
<string>production</string>
</array>
</dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>category</key>
<string>Internet</string>
<key>description</key>
<string>Mozilla Firefox is a free and open source web browser.</string>
<key>display_name</key>
<string>Mozilla Firefox</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
<true/>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.autopkg.munki.firefox-rc-en_US</string>
<key>ParentRecipeTrustInfo</key>
<dict>
<key>non_core_processors</key>
<dict>
<key>MozillaURLProvider</key>
<dict>
<key>git_hash</key>
<string>a28e56e90ebc52512a4b7ec8fe1981bf02e92bc5</string>
<key>path</key>
<string>~/GitLab/MacOps/hogwarts/RecipeRepos/com.github.autopkg.recipes/Mozilla/MozillaURLProvider.py</string>
<key>sha256_hash</key>
<string>c4ce035b1a629c4925a80003899fcf39480e5224b3015613440f07ab96211f17</string>
</dict>
</dict>
<key>parent_recipes</key>
<dict>
<key>com.github.autopkg.download.firefox-rc-en_US</key>
<dict>
<key>git_hash</key>
<string>00f9b0ea8aa77716c0875f9aff6f1281cbf8d84d</string>
<key>path</key>
<string>~/GitLab/MacOps/hogwarts/RecipeRepos/com.github.autopkg.recipes/Mozilla/Firefox.download.recipe</string>
<key>sha256_hash</key>
<string>6d17ddeb226c88af7b4bdef7f981634f2da18403e0ebb86afeb5cfbdf4dc5237</string>
</dict>
<key>com.github.autopkg.munki.firefox-rc-en_US</key>
<dict>
<key>git_hash</key>
<string>b8ebd97b7fc92cc4a9dc382ccc2ff8090c1b8f21</string>
<key>path</key>
<string>~/GitLab/MacOps/hogwarts/RecipeRepos/com.github.autopkg.recipes/Mozilla/Firefox.munki.recipe</string>
<key>sha256_hash</key>
<string>3c0f6aa5c32194c854a6ff406525c603ffa5e33776d2509f574a7651fed3967d</string>
</dict>
</dict>
</dict>
</dict>
</plist>