hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
On Oct 22, 2007, at 7:30 PM, huang mingyou wrote:> hi,all > I want the puppetd run in daemon only run by the puppetrun > trigger, not schedule run . > so how can do this ? what''s the maximum of the runinterval ? I want > change this option to do this. Please help me .Hmm, I don''t think there''s a way to set up what you want at this point. There''s no theoretical limit to the runinterval, though, so you could try setting it incredibly high and see how it works. -- The leader of Jamestown was "John Smith" (not his real name), under whose direction the colony engaged in a number of activities, primarily related to starving. -- Dave Barry, "Dave Barry Slept Here" --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
--On Wednesday, October 24, 2007 12:26 PM -0500 Luke Kanies <luke@madstop.com> wrote:>> hi,all >> I want the puppetd run in daemon only run by the puppetrun >> trigger, not schedule run . >> so how can do this ? what''s the maximum of the runinterval ? I want >> change this option to do this. Please help me . > > Hmm, I don''t think there''s a way to set up what you want at this > point. There''s no theoretical limit to the runinterval, though, so > you could try setting it incredibly high and see how it works.If you have a Kerberos environment, you can use remctl (<http://www.eyrie.org/~eagle/software/remctl/>) to run puppet in oneshot mode as needed, which is what we do. This way, you don''t even need to keep puppet running in daemon mode.
thanks you guys. I''ll try it. :D On 25/10/2007, Digant C Kasundra <digant@stanford.edu> wrote:> --On Wednesday, October 24, 2007 12:26 PM -0500 Luke Kanies > <luke@madstop.com> wrote: > > >> hi,all > >> I want the puppetd run in daemon only run by the puppetrun > >> trigger, not schedule run . > >> so how can do this ? what''s the maximum of the runinterval ? I want > >> change this option to do this. Please help me . > > > > Hmm, I don''t think there''s a way to set up what you want at this > > point. There''s no theoretical limit to the runinterval, though, so > > you could try setting it incredibly high and see how it works. > > If you have a Kerberos environment, you can use remctl > (<http://www.eyrie.org/~eagle/software/remctl/>) to run puppet in oneshot > mode as needed, which is what we do. This way, you don''t even need to keep > puppet running in daemon mode. > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >-- Huang Mingyou
But I don''t have Kerberos environment, so is there have another best way to do this ? except set the runinterval and remctl . On 25/10/2007, huang mingyou <therods@gmail.com> wrote:> thanks you guys. I''ll try it. :D > > On 25/10/2007, Digant C Kasundra <digant@stanford.edu> wrote: > > --On Wednesday, October 24, 2007 12:26 PM -0500 Luke Kanies > > <luke@madstop.com> wrote: > > > > >> hi,all > > >> I want the puppetd run in daemon only run by the puppetrun > > >> trigger, not schedule run . > > >> so how can do this ? what''s the maximum of the runinterval ? I want > > >> change this option to do this. Please help me . > > > > > > Hmm, I don''t think there''s a way to set up what you want at this > > > point. There''s no theoretical limit to the runinterval, though, so > > > you could try setting it incredibly high and see how it works. > > > > If you have a Kerberos environment, you can use remctl > > (<http://www.eyrie.org/~eagle/software/remctl/>) to run puppet in oneshot > > mode as needed, which is what we do. This way, you don''t even need to keep > > puppet running in daemon mode. > > > > > > _______________________________________________ > > Puppet-users mailing list > > Puppet-users@madstop.com > > https://mail.madstop.com/mailman/listinfo/puppet-users > > > > > -- > Huang Mingyou >-- Huang Mingyou
On 10/24/2007 7:16 PM, huang mingyou wrote:> But I don''t have Kerberos environment, so is there have another best > way to do this ? except set the runinterval and remctl .DSH, maybe? http://www.netfort.gr.jp/~dancer/software/dsh.html.en -- if you can set up public-key authentication for ssh (http://www.freebsddiary.org/secure-file-copy.php has one example, http://www.debian-administration.org/articles/530 has another), then this should do it. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University
Mike Renfro wrote:> On 10/24/2007 7:16 PM, huang mingyou wrote: >> But I don''t have Kerberos environment, so is there have another best >> way to do this ? except set the runinterval and remctl . > > DSH, maybe? http://www.netfort.gr.jp/~dancer/software/dsh.html.en -- if > you can set up public-key authentication for ssh > (http://www.freebsddiary.org/secure-file-copy.php has one example, > http://www.debian-administration.org/articles/530 has another), then > this should do it. >mussh is also pretty nice if you want to run a command on multiple hosts. -scott -- Scott Smith, scott@kontera.com My message is under yours on purpose - <http://www.caliburn.nl/topposting.html>