Skip to content

Commit 7c4208b

Browse files
author
github-actions
committed
Rebuild index
1 parent 3f80a95 commit 7c4208b

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

index.json

+39-2
Original file line numberDiff line numberDiff line change
@@ -134044,6 +134044,38 @@
134044134044
"shortname": "VisualStudioCode.jamf-upload",
134045134045
"inferred_type": "jamf-upload"
134046134046
},
134047+
"com.github.davidbpirie.download.GoogleWebDesigner": {
134048+
"name": "Google Web Designer",
134049+
"description": "Downloads the latest version of Google Web Designer, extracts the\nversion, then verifies the signature.\n",
134050+
"repo": "autopkg/davidbpirie-recipes",
134051+
"path": "GoogleWebDesigner/GoogleWebDesigner.download.recipe.yaml",
134052+
"shortname": "GoogleWebDesigner.download",
134053+
"inferred_type": "download",
134054+
"children": [
134055+
"com.github.davidbpirie.pkg.GoogleWebDesigner"
134056+
]
134057+
},
134058+
"com.github.davidbpirie.jamf-upload.GoogleWebDesigner": {
134059+
"name": "GoogleWebDesigner",
134060+
"description": "Downloads the latest version of Google Web Designer and creates a\npackage, then uploads the package to Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
134061+
"repo": "autopkg/davidbpirie-recipes",
134062+
"path": "GoogleWebDesigner/GoogleWebDesigner.jamf-upload.recipe.yaml",
134063+
"parent": "com.github.davidbpirie.pkg.GoogleWebDesigner",
134064+
"shortname": "GoogleWebDesigner.jamf-upload",
134065+
"inferred_type": "jamf-upload"
134066+
},
134067+
"com.github.davidbpirie.pkg.GoogleWebDesigner": {
134068+
"name": "GoogleWebDesigner",
134069+
"description": "Downloads the latest version of Google Web Designer, extracts the\nversion, verifies the signature, then generates a pkg.\n",
134070+
"repo": "autopkg/davidbpirie-recipes",
134071+
"path": "GoogleWebDesigner/GoogleWebDesigner.pkg.recipe.yaml",
134072+
"parent": "com.github.davidbpirie.download.GoogleWebDesigner",
134073+
"shortname": "GoogleWebDesigner.pkg",
134074+
"inferred_type": "pkg",
134075+
"children": [
134076+
"com.github.davidbpirie.jamf-upload.GoogleWebDesigner"
134077+
]
134078+
},
134047134079
"com.github.davidbpirie.pkg.CiscoSecureClient": {
134048134080
"name": "Cisco Secure Client",
134049134081
"description": "Creates a package that installs the Cisco Secure Client pkg via a\npostinstall script, applying a custom set of choices.\n\nLargely inspired (ie plagiarised with <3) from Graham Pugh's Cisco\nAnyConnect recipe com.github.grahampugh.recipes.pkg.CiscoAnyConnect.\n\nPackage source DMG must be provided either as Input Variable PKG or\nvia the -p parameter eg:\nautopkg run CiscoSecureClient.pkg -p \"path/to/predeploy.dmg\"\n\nSRC_PKG_NAME is the name of the pkg inside the DMG, which is usually\nthe default value Cisco Secure Client.pkg\n\nPKG_ID is the ID of the generated package.\n\ndesired_choices is the list of pkg components you would like installed.\nDefault is just the VPN component. To find all available choices, run:\ninstaller -showChoicesXML -pkg path/to/Cisco\\ Secure\\ Client.pkg\n\nPROFILES should be a path to a folder containing profile xml files for\nthe desired services. An example is included with this recipe, with a\nsingle example.xml file under vpn. See the administrator guide at\nhttps://www.cisco.com/c/en/us/support/security/secure-client-5/model.html\nfor more details on generating profile xml files.\n",
@@ -172698,7 +172730,8 @@
172698172730
"com.github.jannheider.munki.Toolkit"
172699172731
],
172700172732
"GoogleWebDesigner.pkg": [
172701-
"com.github.jannheider.pkg.GoogleWebDesigner"
172733+
"com.github.jannheider.pkg.GoogleWebDesigner",
172734+
"com.github.davidbpirie.pkg.GoogleWebDesigner"
172702172735
],
172703172736
"GoogleWebDesigner.install": [
172704172737
"com.github.jannheider.install.GoogleWebDesigner"
@@ -172707,7 +172740,8 @@
172707172740
"com.github.jannheider.munki.GoogleWebDesigner"
172708172741
],
172709172742
"GoogleWebDesigner.download": [
172710-
"com.github.jannheider.download.GoogleWebDesigner"
172743+
"com.github.jannheider.download.GoogleWebDesigner",
172744+
"com.github.davidbpirie.download.GoogleWebDesigner"
172711172745
],
172712172746
"Inxmail Professional.munki": [
172713172747
"com.github.jannheider.munki.InxmailProfessional"
@@ -173138,6 +173172,9 @@
173138173172
"VisualStudioCode.jamf-upload": [
173139173173
"com.github.davidbpirie.jamf-upload.VisualStudioCode"
173140173174
],
173175+
"GoogleWebDesigner.jamf-upload": [
173176+
"com.github.davidbpirie.jamf-upload.GoogleWebDesigner"
173177+
],
173141173178
"CiscoSecureClient.pkg": [
173142173179
"com.github.davidbpirie.pkg.CiscoSecureClient"
173143173180
],

0 commit comments

Comments
 (0)