mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
For #28932 No functional changes. Left the parent directory (also named fleetctl) with the main package as is not to break/change any other flows. This PR is the first step before refactoring integration tests to speed up (parallelize) fleetctl tests.
11 lines
260 B
YAML
11 lines
260 B
YAML
- name: Label A
|
|
description: Label A description
|
|
label_membership_type: dynamic
|
|
query: SELECT * FROM osquery_info
|
|
platform: linux,macos
|
|
- name: Label B
|
|
description: Label B description
|
|
label_membership_type: manual
|
|
hosts:
|
|
- host1
|
|
- host2
|