On 11/25/2011 10:30 AM, Pavel Weber wrote:
> What I would like to have only one line in report:
Me too. But we get two because of the way puppet implements the notify
type, and frankly, I disbelieve it could easily be done in a more terse way.
Cheers,
Felix
--
You received this message because
Hi All,
I've started with Puppet recently. So maybe it is a simple problem, but
could not find out up to now the solution. I just want to print out the
debug/log message in client report.
The only way I found is to use notify for this purpose like:
class repo {
notify {"The log message":}