Skip to content

Commit 23731b9

Browse files
committed
Update yaml-files.md
Updated text on `install` parameters.
1 parent d33b012 commit 23731b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuration/yaml-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ software:
348348

349349
- Use `labels_include_any` to target hosts that have any label in the array or `labels_exclude_any` to target hosts that don't have any label in the array. Only one of `labels_include_any` or `labels_exclude_any` can be specified. If neither are specified, all hosts are targeted.
350350

351-
- Use `install` to specify whether to automatically write a policy to install the software. If `manual` the software will have to be manually installed. If `auto`, Fleet will ensure the software is installed, but will not update it if an older version alreday exists on the host. If `purge` Fleet will ensure that the software is removed from all hosts.
351+
- Use `install` to specify whether to automatically write a policy to install the software. If `manual`, the software will need to be installed manually. If `auto`, Fleet will ensure the software is installed, but will not update it if an older version alreday exists on the host. If `purge`, Fleet will ensure that the software is removed from all hosts.
352352

353353

354354
### packages

0 commit comments

Comments
 (0)