-
Notifications
You must be signed in to change notification settings - Fork 87
/
FortiClientVPN6.munki.recipe
54 lines (54 loc) · 1.94 KB
/
FortiClientVPN6.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
<?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>Downloads latest Forticlient VPN 6 disk image, builds a package and imports it into Munki</string>
<key>Identifier</key>
<string>com.github.dataJAR-recipes.munki.forticlientvpn</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>ForticlientVPN6</string>
<key>SEARCH_URL</key>
<string>https://www.forticlient.com/downloads</string>
<key>USER_AGENT</key>
<string>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/%NAME%</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>This FortiClient VPN App allows you to create a secure Virtual Private Network (VPN) connection.</string>
<key>display_name</key>
<string>Forticlient VPN 6</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
<true/>
<key>unattended_uninstall</key>
<true/>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.dataJAR-recipes.pkg.forticlientvpn</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%-%version%.pkg</string>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
</dict>
<key>Processor</key>
<string>MunkiImporter</string>
</dict>
</array>
</dict>
</plist>