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
I defined a global output for all hosts, except the DMZ host. My problem is, that I get two output URL in my outputs, the first one is the global (not needed), the second is the one, I need. I use also the changes from: #99
I tried to use:
lookup_options:
"^telegraf::outputs(.*)$":
merge:
strategy: first
but it does not work. I get always both URLs, instead of only this one, if defined in my host.yaml.
We use the same for the "apt" class, and this works as expected. What I have done wrong ?
Any suggestions ?
The text was updated successfully, but these errors were encountered:
linuxmail
changed the title
Merge problem: "^telegraf::config(.*)$": merge: strategy: first
Merge problem: "^telegraf::outputs(.*)$": merge: strategy: first
Aug 16, 2018
Hello,
I defined a global output for all hosts, except the DMZ host. My problem is, that I get two output URL in my outputs, the first one is the global (not needed), the second is the one, I need. I use also the changes from: #99
I tried to use:
but it does not work. I get always both URLs, instead of only this one, if defined in my host.yaml.
We use the same for the "apt" class, and this works as expected. What I have done wrong ?
Any suggestions ?
The text was updated successfully, but these errors were encountered: