Switch notify from docker_run to docker_compose, SC-2522
This commit is contained in:
parent
4a6950140a
commit
45e1755cd7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class eid::telegraf2 (
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
notify => Sunet::Docker_run['telegraf']
|
notify => [Sunet::Docker_compose["telegraf"]]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Below not pretty but I'm piggy-backing on this class to add a secondary output to test the new influx2-server
|
# Below not pretty but I'm piggy-backing on this class to add a secondary output to test the new influx2-server
|
||||||
|
|
Loading…
Add table
Reference in a new issue