Switch notify from docker_run to docker_compose, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-03-25 14:50:38 +01:00
parent 4a6950140a
commit 45e1755cd7
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -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