mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixosTests.prometheus-exporters.varnish: fix state dir in test
This still depended on the old behavior for Varnish, as was fixed in
0640622eb1.
This commit is contained in:
@@ -2052,7 +2052,7 @@ let
|
||||
{
|
||||
exporterConfig = {
|
||||
enable = true;
|
||||
instance = "/run/varnish/varnish";
|
||||
instance = "/var/run/varnishd";
|
||||
group = "varnish";
|
||||
};
|
||||
metricProvider = {
|
||||
|
||||
Reference in New Issue
Block a user