about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-05-24 13:14:36 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-05-24 14:14:05 +1000
commit3865e5f46e79d53bab721ce5739f4d2f76b010fb (patch)
tree7f81121381b2d26d496ec1c35129e413e2cb42f6 /nixos
parentb69c6cf6ea6e4aa78e9b21aa8e52431bddd7aa2f (diff)
downloadnixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.tar
nixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.tar.gz
nixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.tar.bz2
nixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.tar.lz
nixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.tar.xz
nixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.tar.zst
nixlib-3865e5f46e79d53bab721ce5739f4d2f76b010fb.zip
nixosTests.etcd-cluster: fix test
match changes in 25f3323d60271ac9b668757322c47f96aa7ca726
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/etcd-cluster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/etcd-cluster.nix b/nixos/tests/etcd-cluster.nix
index 410cb654794f..2812b56239f3 100644
--- a/nixos/tests/etcd-cluster.nix
+++ b/nixos/tests/etcd-cluster.nix
@@ -79,7 +79,7 @@ import ./make-test-python.nix ({ pkgs, ... } : let
         keyFile = etcd_key;
         certFile = etcd_cert;
         trustedCaFile = ca_pem;
-        peerClientCertAuth = true;
+        clientCertAuth = true;
         listenClientUrls = ["https://127.0.0.1:2379"];
         listenPeerUrls = ["https://0.0.0.0:2380"];
       };