Re: [Puppet Users] How to setup Puppet agent run interval at a specific time?

2015-03-26 Thread staceytian4321
Thanks a lot for the reply. I will implement a cron job for that. On Thursday, March 26, 2015 at 10:09:43 AM UTC-4, Garrett Honeycutt wrote: > > On 3/26/15 2:06 PM, staceyt...@gmail.com wrote: > > Hi all, > > > > I am using puppet 3.7.3. > > > > I want my puppet agent to run twice a day, so

Re: [Puppet Users] How to setup Puppet agent run interval at a specific time?

2015-03-26 Thread Garrett Honeycutt
On 3/26/15 2:06 PM, staceytian4...@gmail.com wrote: > Hi all, > > I am using puppet 3.7.3. > > I want my puppet agent to run twice a day, so in puppet.conf, I set > runinterval: > > # This setting can be a time interval in seconds (30 or 30s), minutes > (30m), hours (6h), days(2d), or years (5y

Re: [Puppet Users] How to setup Puppet agent run interval at a specific time?

2015-03-26 Thread Christopher Wood
On Thu, Mar 26, 2015 at 06:06:03AM -0700, staceytian4...@gmail.com wrote: >Hi all, > >I am using puppet 3.7.3. > >I want my puppet agent to run twice a day, so in puppet.conf, I set >runinterval: > >#  This setting can be a time interval in seconds (30 or 30s), minutes >(

[Puppet Users] How to setup Puppet agent run interval at a specific time?

2015-03-26 Thread staceytian4321
Hi all, I am using puppet 3.7.3. I want my puppet agent to run twice a day, so in puppet.conf, I set runinterval: # This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days(2d), or years (5y) runinterval = 12h However, how could I setup the puppet agen