Merge remote-tracking branch 'origin/master' into staging
[mirror/dsa-puppet.git] / modules / apache2 / manifests / auth_digest.pp
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': }
+}