eximconf: include RBL response value in reject messages
[mirror/dsa-puppet.git] / modules / hosts / manifests / init.pp
index 47616af..e7bb587 100644 (file)
@@ -1,3 +1,11 @@
+# = Class: hosts
+#
+# This class fixes up broken /etc/hosts files
+#
+# == Sample Usage:
+#
+#   include hosts
+#
 class hosts {
        file { '/etc/hosts':
                content => template('hosts/etc-hosts.erb')