Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-05 Thread R.I.Pienaar
- Original Message - > From: "sonal" > To: puppet-dev@googlegroups.com > Sent: Tuesday, February 5, 2013 10:25:46 AM > Subject: Re: [Puppet-dev] puppet agent plugin with Mcollective > > Hey Actually I m new in puppet. Can u tell me in the following c

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-05 Thread sonal
Hey Actually I m new in puppet. Can u tell me in the following command what does tag means? mco puppet runonce --tag one --tag two Is it module name that we want to push or any other thing? -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-05 Thread sonal
Hey thanks. It helps me. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+unsubscr...@googlegroups.com. To post to this group, send email to puppe

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-05 Thread R.I.Pienaar
- Original Message - > From: "sonal" > To: puppet-dev@googlegroups.com > Sent: Tuesday, February 5, 2013 9:34:45 AM > Subject: Re: [Puppet-dev] puppet agent plugin with Mcollective > > Hey i stoppped daemon by running this command on puppet agent > >

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-05 Thread sonal
Hey i stoppped daemon by running this command on puppet agent /etc/init.d/puppet stop Then i tried to run this command from puppet server... mco puppet runonce --server puppet-agent.example.com * [ > ] 2 / 2 Finished processing 2

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
I dont know how to stop it? Please tell me how to do do this? -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+unsubscr...@googlegroups.com. To po

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread R.I.Pienaar
- Original Message - > From: "sonal" > To: puppet-dev@googlegroups.com > Sent: Monday, February 4, 2013 12:54:56 PM > Subject: Re: [Puppet-dev] puppet agent plugin with Mcollective > > I have used different puppet server puppet-server.example.com

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
I have used different puppet server puppet-server.example.com and puppet agent is puppet-agent.example.com. I have installed these things... Puppet server Mcollective Client, Mcollective common, ActiveMQ, and installed puppet agent plugin from https://github.com/puppetlabs/mcollective-puppet-age

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread R.I.Pienaar
- Original Message - > From: "sonal" > To: puppet-dev@googlegroups.com > Sent: Monday, February 4, 2013 12:21:24 PM > Subject: Re: [Puppet-dev] puppet agent plugin with Mcollective > > Actually i want to push configuration from puppet server, dont wan

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
Actually i want to push configuration from puppet server, dont want puppet agent to pull the configuration. thats why i have to use mcollective instead of puppet kick (as it is depreciated in puppet 3). But from https://github.com/puppetlabs/mcollective-puppet-agent i m trying push the configur

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
Actually i want to push configuration from puppet server, dont want puppet agent to pull the configuration. thats why i have to use mcollective instead of puppet kick (as it is depreciated in puppet 3). But from https://github.com/puppetlabs/mcollective-puppet-agent i m trying push the configur

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread Andy Parker
Sonal, I think what you are hitting is that the mcollective agent for puppet will try to signal the running puppet daemon, but the way the puppet daemon works it cannot be given a new set of parameters to use for its next run. I believe that if you use "puppet agent --onetime --no-daemonize" from

[Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
Hi I m implementing mcollective in puppet 3.0.2, I have installed in properly and i also have installed puppet agent plugin. Now i m trying to pushing configuration using mco puppet runonce. This works fine. All the modules are being pushed in puppet agent, but i want to push particular modules