Skip to content

Commit 1407d53

Browse files
author
github-actions
committed
Rebuild index
1 parent bfc32b0 commit 1407d53

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

index.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -143919,6 +143919,17 @@
143919143919
"munki_display_name": "fleetctl",
143920143920
"munki_description": "fleetctl (pronounced \"Fleet control\") is a command line interface (CLI) tool for managing Fleet from the command line. fleetctl enables a GitOps workflow with Fleet. fleetctl also provides a quick way to work with all the data exposed by Fleet without having to use the Fleet UI or work directly with the Fleet API.\n"
143921143921
},
143922+
"com.github.jc0b.munki.fleetd": {
143923+
"name": "fleetd",
143924+
"description": "Imports a fleetd package into Munki.",
143925+
"repo": "autopkg/jc0b-recipes",
143926+
"path": "Fleet/fleetd.munki.recipe.yaml",
143927+
"parent": "com.github.jc0b.download.fleetd",
143928+
"shortname": "fleetd.munki",
143929+
"inferred_type": "munki",
143930+
"munki_display_name": "FleetDM",
143931+
"munki_description": "fleetd is a monitoring agent leveraging osquery."
143932+
},
143922143933
"com.github.jc0b.download.fleetctl": {
143923143934
"name": "fleetctl",
143924143935
"description": "Gets the latest version of fleetctl from Github releases, and normalises the version.",
@@ -143936,7 +143947,10 @@
143936143947
"repo": "autopkg/jc0b-recipes",
143937143948
"path": "Fleet/fleetd.download.recipe.yaml",
143938143949
"shortname": "fleetd.download",
143939-
"inferred_type": "download"
143950+
"inferred_type": "download",
143951+
"children": [
143952+
"com.github.jc0b.munki.fleetd"
143953+
]
143940143954
},
143941143955
"com.github.jc0b.shared": {
143942143956
"name": null,
@@ -184518,6 +184532,9 @@
184518184532
"fleetctl.munki": [
184519184533
"com.github.jc0b.munki.fleetctl"
184520184534
],
184535+
"fleetd.munki": [
184536+
"com.github.jc0b.munki.fleetd"
184537+
],
184521184538
"fleetctl.download": [
184522184539
"com.github.jc0b.download.fleetctl"
184523184540
],

0 commit comments

Comments
 (0)