Move apache module configs to apache2::module dir; add compat includes
[mirror/dsa-puppet.git] / modules / apache2 / manifests / authn_file.pp
index 09b59f7..f9c5ae7 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::authn_file {
-  apache2::module { 'authn_file': }
+  include apache2::module::authn_file
 }