Hi

I was hoping there is a way to supress this type of log messages but
cannot find anything to help.

Tue Dec 29 12:04:53 -0800 2009 //yum/Package[autofs]/ensure (notice):
created
Tue Dec 29 12:04:54 -0800 2009 //yum/Package[attr]/ensure (notice):
created
Tue Dec 29 12:04:54 -0800 2009 //yum/Package[rdist]/ensure (notice):
created
Tue Dec 29 12:04:55 -0800 2009 //yum/Package[unix2dos]/ensure
(notice): created
Tue Dec 29 12:04:56 -0800 2009 //yum/Package[talk]/ensure (notice):
created
Tue Dec 29 12:04:58 -0800 2009 //yum/Package[sos]/ensure (notice):
created
Tue Dec 29 12:04:59 -0800 2009 //yum/Package[krb5-workstation]/ensure
(notice): created
Tue Dec 29 12:05:00 -0800 2009 //yum/Package[system-config-network-
tui]/ensure (notice): created
Tue Dec 29 12:05:00 -0800 2009 Puppet (notice): Finished catalog run
in 33.66 seconds

This is a shortened version of the manifest that generates them.
class yum {
    package { [
        'setarch',
        'talk',
        'unix2dos',
        'wireless-tools',
        'wpa_supplicant',
        'ypbind',
        'yum-updatesd', ]: ensure => purged,
    }

I realize the messages are useful...once, but every run produces
dozens of these lines even though nothing has changed.

This is on CentOS 5.3 with Puppet 0.25.1

--

You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.


Reply via email to