Skip to content

Commit

Permalink
docs: clarify behavior of plugin block merging
Browse files Browse the repository at this point in the history
Although this behavior is unfortunate, we want to document the existing
behavior rather than break backwards compatibility.
  • Loading branch information
tgross committed Dec 18, 2020
1 parent 4981e5e commit 8d0fdb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/pages/docs/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ means `""` for strings, `0` for integer or float values, and `false` for
booleans. Since empty values are ignored you cannot disable a parameter like
`server` mode once you've enabled it.

Please note that `plugin` blocks for a given plugin always replace and
override each other, rather than being merged.

Here is an example Nomad agent configuration that runs in both client and server
mode.

Expand Down

0 comments on commit 8d0fdb0

Please sign in to comment.