From b00632feb1be8c174b85969ec36b2f3bab8abe75 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Wed, 25 Nov 2020 14:22:58 +0100
Subject: [PATCH] ipareplica README.md: Fix typo, add hidden replica parameter

There was a typo in the README and also the ipareplica_hidden_replica
parameter was missing.
---
 roles/ipareplica/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/roles/ipareplica/README.md b/roles/ipareplica/README.md
index d50d33d4..b10c3ae5 100644
--- a/roles/ipareplica/README.md
+++ b/roles/ipareplica/README.md
@@ -154,12 +154,13 @@ Variable | Description | Required
 `ipareplica_skip_conncheck` | Skip connection check to remote master. (bool, default: false) | no
 `ipareplica_pki_config_override` | Path to ini file with config overrides. This is only usable with recent FreeIPA versions. (string) | no
 
-Server Vaiables
----------------
+Server Variables
+----------------
 
 Variable | Description | Required
 -------- | ----------- | --------
 `ipadm_password` | The password for the Directory Manager. (string) | mostly
+`ipareplica_hidden_replica` | Install a hidden replica. (bool, default: false) | no
 `ipareplica_setup_adtrust` | Configure AD trust capability. (bool, default: false) | no
 `ipareplica_setup_ca` | Configure a dogtag CA. (bool, default: false) | no
 `ipareplica_setup_kra` | Configure a dogtag KRA. (bool, default: false) | no
-- 
GitLab