forked from puppetlabs/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maint: Improve example tagmail.conf file with comments
- Loading branch information
1 parent
1fbb4dc
commit c43cb68
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
all: [email protected] | ||
# 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: [email protected] | ||
# webserver, !mailserver: [email protected] | ||
# emerg, crit: [email protected], [email protected], [email protected] |