You could always syslog your reports in your puppetmaster that you receive from your clients? Might be more information then you desire though. Just setup reporting (which you probably want at some stage anyway) and use the 'log' style report.
[master] reports = log [agent] report = true I've used up my creative idea quota for today I think :-). 'tis friday after all. ken. On Fri, Oct 28, 2011 at 2:27 PM, Ralf Groß <[email protected]> wrote: > 2011/10/28 Ken Barber <[email protected]>: >> The notify resource here would be perfect _if_ it supported >> 'refreshonly' ... which unfortunately it does not. (possibly a good >> feature request though ...). >> >> A work around is to use something that does support refreshonly ... >> namely 'exec'. >> >> file { "/tmp/foo": >> content => "foo", >> notify => Exec["asdf"], >> } >> exec { "asdf": >> command => "/bin/echo foo", >> logoutput => true, >> refreshonly => true, >> } >> >> This will at least print something to the screen only when the file changes. > > > Yes, I see the change now in the client's log file. But I was a bit > unclear, I'd like to this in the server's log. So that I can search > this log for changes. > > Ralf > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" 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-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
