Ok, thanks.
I did not change anything in the config files other than to add the required settings for the connector in server.cfg
#Puppet Plugin
plugin.puppet.command = /opt/puppet/bin/puppet agent --test
plugin.puppet.splay = false
plugin.puppet.daemonize = true
plugin.puppet.splaylimit = 30
plugin.puppet.config = /etc/puppet/puppet.conf
connector = stomp
plugin.stomp.host = puppet05
plugin.stomp.port = 61613
plugin.stomp.user = mcollective
plugin.stomp.password = secret
I do not even have this file :/etc/mcollective/plugin.d/puppet.cfg ????
I do not think my servers are particularly slow, but then again, I have other servers that are answering just fine...
Thanks SO MUCH!