autodoc headers
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index bbda120..0470b64 100644 (file)
@@ -1,3 +1,11 @@
+# = Class: apache2
+#
+# Standard apache config debian.org hosts
+#
+# == Sample Usage:
+#
+#   include apache2
+#
 class apache2 {
        package { 'apache2':
                ensure => installed,