$OpenBSD: patch-conf_tagmail_conf,v 1.2 2013/03/08 16:19:15 ajacoutot Exp $
--- conf/tagmail.conf.orig	Sat Feb  2 01:31:44 2013
+++ conf/tagmail.conf	Fri Mar  8 17:18:07 2013
@@ -14,3 +14,19 @@
 # all: log-archive@example.com
 # webserver, !mailserver: httpadmins@example.com
 # emerg, crit: james@example.com, zach@example.com, ben@example.com
+# tagmail.conf
+
+# This file configures the `tagmail` report, which can be enabled by including
+# tagmail in the puppet master's `reports` setting. (`reports = https, tagmail`)
+
+# Each line in this file should consist of a comma-separated list of tags and/or
+# negated tags (`!tag`), a colon, and a comma-separated list of email addresses.
+# The `all` psuedo-tag will email all log events.
+# See http://docs.puppetlabs.com/guides/configuring.html#tagmailconf for
+# a complete description of this file.
+
+# Example:
+
+# all: log-archive@example.com
+# webserver, !mailserver: httpadmins@example.com
+# emerg, crit: james@example.com, zach@example.com, ben@example.com
