about summary refs log tree commit diff
path: root/nixos/tests/elk.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-11-03 20:35:11 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-11-03 15:15:47 -0700
commitbbce1d9d60eec70181687745e3990766666bb7af (patch)
tree68854820535e3535493ad45cbde609a243706ab7 /nixos/tests/elk.nix
parent3433453aae33ef7264f3fa2ec1322d377dd595f4 (diff)
nixosTests.elk.ELK-6: Fix evaluation
Diffstat (limited to 'nixos/tests/elk.nix')
-rw-r--r--nixos/tests/elk.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix
index e37bae7479b4f..ae746d7e1f03d 100644
--- a/nixos/tests/elk.nix
+++ b/nixos/tests/elk.nix
@@ -220,7 +220,7 @@ let
     '';
   }) { inherit pkgs system; };
 in {
-  ELK-6 = mkElkTest {
+  ELK-6 = mkElkTest "elk-6-oss" {
     name = "elk-6-oss";
     elasticsearch = pkgs.elasticsearch6-oss;
     logstash      = pkgs.logstash6-oss;
@@ -230,7 +230,7 @@ in {
   };
   # We currently only package upstream binaries.
   # Feel free to package an SSPL licensed source-based package!
-  # ELK-7 = mkElkTest {
+  # ELK-7 = mkElkTest "elk-7-oss" {
   #   name = "elk-7";
   #   elasticsearch = pkgs.elasticsearch7-oss;
   #   logstash      = pkgs.logstash7-oss;