diff modules/apache/manifests/mod/authn_file.pp @ 275:d9352a684e62

Mass update of modules to remove deprecation warnings
author IBBoard <dev@ibboard.co.uk>
date Sun, 26 Jan 2020 11:36:07 +0000
parents 675c1cc61eaf
children
line wrap: on
line diff
--- a/modules/apache/manifests/mod/authn_file.pp	Sat Jan 04 11:42:45 2020 +0000
+++ b/modules/apache/manifests/mod/authn_file.pp	Sun Jan 26 11:36:07 2020 +0000
@@ -1,3 +1,8 @@
+# @summary
+#   Installs `mod_authn_file`.
+# 
+# @see https://httpd.apache.org/docs/2.4/mod/mod_authn_file.html for additional documentation.
+#
 class apache::mod::authn_file {
   ::apache::mod { 'authn_file': }
 }