diff --git a/README.md b/README.md
index 566a94ffa..23746f5ec 100644
--- a/README.md
+++ b/README.md
@@ -509,31 +509,7 @@ Written in the Python programming language, it is designed to prevent brute-forc
This class installs and configures fail2ban.
-### parameters
-
-| Variable | Description | Type |
-| :---------------- | :--------------- | :------ |
-| `ignoreip` | List of IP addresses that can never be banned (compatible with CIDR notation) | Array[String] |
-| `service_ensure` | Enable fail2ban service | Enum['running', 'stopped'] |
-
-
-default values
-
-```yaml
-profile::fail2ban::ignoreip: []
-profile::fail2ban::service_ensure: "running"
-```
-
-
-
-example
-
-```yaml
-profile::fail2ban::ignoreip:
- - 132.203.0.0/16
- - 10.0.0.0/8
-```
-
+Refer to [puppet-fail2ban](https://github.com/voxpupuli/puppet-fail2ban) for parameters to configure.
### dependencies