From 6814d189e01feea915532d3aea7850d747593eb3 Mon Sep 17 00:00:00 2001
From: wolfaba <34514550+wolfaba@users.noreply.github.com>
Date: Thu, 14 Nov 2019 19:37:53 +0100
Subject: [PATCH] correct name of new parameter purge_configs
---
manifests/init.pp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifests/init.pp b/manifests/init.pp
index 1f230e82ac..22f20ca0a4 100755
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -430,7 +430,7 @@
#
# @param purge_vdir
# Removes all other Apache configs and virtual hosts.
-# > **Note**: This parameter is deprecated in favor of the `purge_config` parameter.
+# > **Note**: This parameter is deprecated in favor of the `purge_configs` parameter.
#
# @param conf_enabled
# Whether the additional config files in `/etc/apache2/conf-enabled` should be managed.