----- Original Message -----
> From: "G M" <gripmaster...@gmail.com>
> To: puppet-users@googlegroups.com
> Sent: Thursday, January 17, 2013 7:56:20 AM
> Subject: [Puppet Users] mcollective puppet plugin not working for centos
> 
> I have a test setup like this:
> 
> host
> =======
> *puppet-idc*: Ubuntu 12.04 running ActiveMQ, Mcollective, puppet agent and
> server
> *puppet-node1*: Ubuntu 12.04 running MCollective and puppet agent
> *puppet-node2*: Ubuntu 12.04 running MCollective and puppet agent
> *puppet-node3*: CentOS 6.3 running MCollective and puppet agent
> 
> I installed the *mcollective-plugins-puppetd plugin* on all *3 Ubuntu
> hosts*and
> *mcollective-puppet-agent *on *CentOS*. I am using the *puppetlabs repo*for
> all four hosts.
> 
> Now when I execute the following from *puppet-idc* host, *puppet-node3 does
> not get picked up*. Is there a separate package for the puppet plugin for
> CentOS or am I doing something wrong?
> 
> root@puppet-idc:~# mco puppetd runonce -v
> Discovering hosts using the mc method for 2 second(s) .... 3
> 
>  * [ ============================================================> ] 3 / 3
> 
> 
> puppet-idc                              : OK
>     {:output=>"Signalled daemonized puppet agent to run (process 2315)"}
> 
> puppet-node2                            : OK
>     {:output=>"Signalled daemonized puppet agent to run (process 905)"}
> 
> puppet-node1                            : OK
>     {:output=>"Signalled daemonized puppet agent to run (process 1028)"}


The mcollective-puppet-agent is not the same mcollective-plugins-puppetd, the
puppetd agent is an old one we are now retiring while the one you have on
your centos machine is the latest.

Install 'mcollective-puppet-agent' on your ubuntu machines as well, make sure
they have the puppetlabs apt repo enable.  You'll install 
mcollective-puppet-client
on the machine where you want to run your 'mco' command from.

Usage help for the 'mco puppet' command can be found here: 
https://github.com/puppetlabs/mcollective-puppet-agent#readme

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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