Issue #9167 has been updated by Paul Barton. Support Urls deleted (https://support.puppetlabs.com/tickets/811)
Actually I noticed it about an hour after I deployed MCollective using the FactsFacterYAML recipe verbatim. Puppet was running as a daemon on my nodes. The tagmail emails were coming in with only this line: Tue Mar 26 13:28:09 -0500 2013 Puppet (notice): Finished catalog run in 6.07 seconds My tagmail.conf: all: [email protected] I also confirmed that if I removed "loglevel => debug" from the recipe that these messages would appear in tagmails instead: Tue Mar 26 13:42:05 -0500 2013 /Stage[main]/Mcollective::Config/File[/etc/mcollective/facts.yaml]/content (notice): content changed '{md5}e80a62ca5283c5cc98406b809f20f03c' to '{md5}1a7eb2a4f93ce328b188817d48d184c3' Tue Mar 26 13:42:06 -0500 2013 Puppet (notice): Finished catalog run in 5.61 seconds ---------------------------------------- Bug #9167: tagmail report sends email when nothing happens https://projects.puppetlabs.com/issues/9167#change-87602 * Author: Spencer Rinehart * Status: Re-opened * Priority: Low * Assignee: Kelsey Hightower * Category: reports * Target version: 3.1.x * Affected Puppet version: 2.6.9 * Keywords: tagmail * Branch: https://github.com/puppetlabs/puppet/pull/618 ---------------------------------------- Since upgrading to the 2.7 series (2.6.8 -> 2.7.3), the tagmail report will send an email with 1 line, shown below, after every run. Before the upgrade, it would only send emails when something occurred during the puppet run. Steps to reproduce: Enable tagmail report Execute a puppet run that produces no updates Expected result: No email sent Actual result: Email sent with line below Email body: Tue Aug 23 13:11:59 -0400 2011 Puppet (notice): Finished catalog run in 16.60 seconds tagmail.conf: all: [email protected] -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
