Hi, I had set up the puppet agent / master configuration. I have written the site.pp in manifests. The catalog is running on the client with some time intervals. I have observed that it took some 5 - 15 min for running that manifest. For immediate testing I have run the puppet agent using --test parameter. Is there any config file where the time interval is set. and is there any way to run that catalog for all clients from the master machine. Also is there any way to specify the catalog for a client. I guess the site.pp is default. Thanks in advance, Sateesh B. -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
you can set the client to update it''s catalog w/ this parameter runinterval = 3600 On Feb 6, 2:06 am, sateesh <bbalasate...@gmail.com> wrote:> Hi, > > I had set up the puppet agent / master configuration. I have written > the site.pp in manifests. The catalog is running on the client with > some time intervals. I have observed that it took some 5 - 15 min for > running that manifest. > > For immediate testing I have run the puppet agent using --test > parameter. > > Is there any config file where the time interval is set. and is there > any way to run that catalog for all clients from the master machine. > > Also is there any way to specify the catalog for a client. I guess the > site.pp is default. > > Thanks in advance, > Sateesh B.-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi psychobyte, Thanks for your reply. I have installed the puppet 2.7.10 using gem. I observed that the client is not at all hitting the server to get the catalog. I have waited for an hour whether the new catalog will execute on the client. But it doesn''t. So I tried run the command with --test. The catalog executed correctly. Please let me know what I have mistaken in the setup. I have signed the certificate from the server. I tried with setinterval options and also without that option. But both didn''t worked. Thanks in advance, Sateesh B. On Feb 6, 11:27 pm, psychobyte <psychob...@gmail.com> wrote:> you can set the client to update it''s catalog w/ this parameter > > runinterval = 3600 > > On Feb 6, 2:06 am, sateesh <bbalasate...@gmail.com> wrote: > > > Hi, > > > I had set up the puppet agent / master configuration. I have written > > the site.pp in manifests. The catalog is running on the client with > > some time intervals. I have observed that it took some 5 - 15 min for > > running that manifest. > > > For immediate testing I have run the puppet agent using --test > > parameter. > > > Is there any config file where the time interval is set. and is there > > any way to run that catalog for all clients from the master machine. > > > Also is there any way to specify the catalog for a client. I guess the > > site.pp is default. > > > Thanks in advance, > > Sateesh B. > >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jeff McCune
2012-Feb-07 16:09 UTC
Re: [Puppet Users] Re: Puppet Agent / master configuration
On Mon, Feb 6, 2012 at 9:02 PM, sateesh <bbalasateesh@gmail.com> wrote:> Hi psychobyte, > > Thanks for your reply. > > I have installed the puppet 2.7.10 using gem. I observed that the > client is not at all hitting the server to get the catalog. I have > waited for an hour whether the new catalog will execute on the client. > But it doesn''t. So I tried run the command with --test. The catalog > executed correctly. >The gem package does not setup a service or run puppet in daemon mode by default. I recommend running puppet agent from a wrapper script out of cron to get it to check in periodically when installing from a gem. -- Jeff McCune -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.