Under 0.25, we do "puppet --onetime --no-daemonize". I'm not sure if that syntax changed in 2.6.x and above.
-- Nathan Clemons http://www.livemocha.com The worlds largest online language learning community On Fri, Jun 24, 2011 at 7:14 AM, sergey <[email protected]> wrote: > And how is it possible to connect to puppet client via ssh? I mean I > usually issue puppetrun nodename and then puppetmaster connects to puppet > client on the client node. What should I do in case of ssh connect? > > --- > WBR, Sergey > > On Jun 24, 2011, at 6:10 PM, Nathan Clemons wrote: > > Just disable the puppet agent / puppetd (depending on your version) in > chkconfig / update-rc.d / etc. > > Further runs would then be done via ssh, either manually or via a > distributed ssh command like ralsh, pdsh, clusterssh, etc. > > This is what we do at Livemocha; we're actually in the process of switching > over to using MCollective to trigger Puppet runs. > > -- > Nathan Clemons > http://www.livemocha.com > The worlds largest online language learning community > > > > On Fri, Jun 24, 2011 at 1:47 AM, Sergey V. Arlashin > <[email protected]>wrote: > >> By default puppet node connects to server periodically and looks if >> there is something execute. I'm wondering is it possible to make >> puppet clients not connect to server themselves? So that it would be >> possible to update a node only with puppetrun nodename. >> >> --- >> WBR, Sergey >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
