Unverified Commit 563a48ff authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

nixos/tests/prometheus-exporters/varnish: make state directory explicit (#353418)

parents 5c2722aa 01aab17a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1610,7 +1610,7 @@ let
    varnish = {
      exporterConfig = {
        enable = true;
        instance = "/var/spool/varnish/varnish";
        instance = "/run/varnish/varnish";
        group = "varnish";
      };
      metricProvider = {
@@ -1619,6 +1619,7 @@ let
        ];
        services.varnish = {
          enable = true;
          stateDir = "/run/varnish/varnish";
          config = ''
            vcl 4.0;
            backend default {