Rene
unread,Nov 19, 2009, 4:43:53 AM11/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Puppet Users
Hi
If I run puppetd on a client with -l console I see things like:
...
warning: //Node[default]/packages/
notice: ...
err: ...
...
Here puppet makes a distinction between errors, notice and warning.
But it I run puppet without the -l option, I see the entries in /var/
log/messages. But there puppet makes no distiction between errors,
warnings etc....:
Nov 19 10:26:12 puppetd[28676]: Starting catalog run
Nov 19 10:26:24 puppetd[28676]: (//Node[default]...Failed
In my optinion it should be:
Nov 19 10:26:24 puppetd[28676]: err: (//Node[default]...Failed
or something similar.
Is this a bug?
BR,
Rene