Issue #8345 has been updated by Jeff McCune.

Status changed from Unreviewed to Needs More Information

# Alternative Solution #

Steve, is the current notify resource not enough for your needs?

For example:

<pre>
$msg = "Everything in it's right place."
notice($msg)
notify { $msg: }
</pre>

This will print the message in both the agent and the master log files since 
notify is a full resource sent down to the agent.

-Jeff
----------------------------------------
Feature #8345: Pass notice() messages through to puppet agent 
https://projects.puppetlabs.com/issues/8345

Author: Steve Shipway
Status: Needs More Information
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


When running 'puppet agent -t' it would be very helpful for notice("xxx") 
messages in the manifest to be printed.  Currently they are only shown in the 
puppet master logs and reports.

Can we have notice() (and error(), etc) messages printed in the 'puppet agent 
-t' output?

I'm not sure if this is a bug or a new feature request.


-- 
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to