add apache::authn_anon and apache::auth_digest
authorPeter Palfrader <peter@palfrader.org>
Fri, 1 Jun 2018 09:00:10 +0000 (11:00 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 1 Jun 2018 09:00:10 +0000 (11:00 +0200)
modules/apache2/manifests/auth_digest.pp [new file with mode: 0644]
modules/apache2/manifests/authn_anon.pp [new file with mode: 0644]

diff --git a/modules/apache2/manifests/auth_digest.pp b/modules/apache2/manifests/auth_digest.pp
new file mode 100644 (file)
index 0000000..377d14d
--- /dev/null
@@ -0,0 +1,3 @@
+class apache2::auth_digest {
+       apache2::module { 'auth_digest': }
+}
diff --git a/modules/apache2/manifests/authn_anon.pp b/modules/apache2/manifests/authn_anon.pp
new file mode 100644 (file)
index 0000000..2488cd9
--- /dev/null
@@ -0,0 +1,3 @@
+class apache2::authn_anon {
+       apache2::module { 'authn_anon': }
+}