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 cron instead of using the daemonized puppet agent, then you should be able to do what you are trying to do. There is a bug filed about this http://projects.puppetlabs.com/issues/7273 Andy On Mon, Feb 4, 2013 at 2:11 AM, sonal <[email protected]> wrote: > 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 to particular server, for this i m using mco puppet runonce > --server host_name --tag tag1. I m getting this error: > Request Aborted > Cannot specify any custom puppet options when the daemon is running > Summary: Cannot specify any custom puppet options when the daemon is > running > > I dont know the reason. And when i use -I option mco puppet runonce -I > puppet-agent.example.com, it pushes all the modules in puppet-agent. Any > one plz tell me how can i push multiple configurations to multiple hosts? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-dev?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
