You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Configuration/yaml-files.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,7 @@ Use `labels_include_any` to target hosts that have any label in the array or `la
349
349
- `pre_install_query.path` is the osquery query Fleet runs before installing the software. Software will be installed only if the [query returns results](https://fleetdm.com/tables) (default: `""`).
350
350
- `install_script.path`specifies the command Fleet will run on hosts to install software. The [default script](https://github.com/fleetdm/fleet/tree/main/pkg/file/scripts) is dependent on the software type (i.e. .pkg).
351
351
- `uninstall_script.path`is the script Fleet will run on hosts to uninstall software. The [default script](https://github.com/fleetdm/fleet/tree/main/pkg/file/scripts) is dependent on the software type (i.e. .pkg).
352
+
- `post_install_script.path`is the script Fleet will run on hosts after the software install. There is no default.
352
353
- `self_service`specifies whether or not end users can install from **Fleet Desktop > Self-service**.
0 commit comments