From 0324ffd56d6c6e400fcaba373f00cf4ecd29727f Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Tue, 24 Sep 2019 13:49:24 +0200
Subject: [PATCH] external-ca tests: Fix typo in inventory files

ipaservcer:vars has been changed to ipaserver:vars.
---
 tests/external-signed-ca-with-automatic-copy/inventory | 2 +-
 tests/external-signed-ca-with-manual-copy/inventory    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/external-signed-ca-with-automatic-copy/inventory b/tests/external-signed-ca-with-automatic-copy/inventory
index e1694c0b..e7e6b7ee 100644
--- a/tests/external-signed-ca-with-automatic-copy/inventory
+++ b/tests/external-signed-ca-with-automatic-copy/inventory
@@ -1,7 +1,7 @@
 [ipaserver]
 ipaserver.test.local
 
-[ipaservcer:vars]
+[ipaserver:vars]
 ipaadmin_password=SomeADMINpassword
 ipadm_password=SomeDMpassword
 ipaserver_domain=test.local
diff --git a/tests/external-signed-ca-with-manual-copy/inventory b/tests/external-signed-ca-with-manual-copy/inventory
index e1694c0b..e7e6b7ee 100644
--- a/tests/external-signed-ca-with-manual-copy/inventory
+++ b/tests/external-signed-ca-with-manual-copy/inventory
@@ -1,7 +1,7 @@
 [ipaserver]
 ipaserver.test.local
 
-[ipaservcer:vars]
+[ipaserver:vars]
 ipaadmin_password=SomeADMINpassword
 ipadm_password=SomeDMpassword
 ipaserver_domain=test.local
-- 
GitLab