Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions reference/fleet/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ providers:
vars:
foo: bar
local_dynamic:
vars:
- item: key1
- item: key2
items:
- vars:
item: key1
- vars:
item: key2
- vars:
item: key3
```

Providers are enabled automatically if a provider is referenced in an {{agent}} policy. All providers are prefixed without name collisions. The name of the provider is in the key in the configuration.
Expand Down
Loading