On 1 November 2012 06:11, Andrei-Florian Staicu <andrei.sta...@gmail.com>wrote:

> On Wed, Oct 31, 2012 at 8:57 PM, Nishant Jain <nishant.cit...@gmail.com>
> wrote:
> > Hello Everybody,
> >                           I am looking for a way to trigger puppet rum
> > remotely. so that i don't need to login into individual nodes and perform
> > the puppet agent --test from there.
> > Is there any alternative to puppet kick in puppet 3.0, since its being
> > deprecated in telly.
> > Also , can anybody tell how to configure foreman 1 to trigger puppet run
> > from the gui in puppet 3.0
> > I have puppet 3.0 installed on RHEL 6.
> >
>
> My 50c: since mcollective is still fuzzy for me, i ended up using pssh
> (with ssh keys, of course).
> Just pssh -h hostlist -i "puppet agent --test"
>

It's actually even easier than that.
puppet kick is what you want.
It does require the agent to start with listen turned on and your firewall
setup to allow tcp port 8139.
You can even kick multiple nodes at once.

puppet help kick gives you all the docs on it.


--
> 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.
>
>

-- 
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