On Wed, Feb 27, 2013 at 2:53 PM, Yoav Zuri <[email protected]> wrote:
> Hi all, > > I'm installing the latest version of puppet (opensource) for Windows on > Windows 2008 Server (At Amazon EC2). > > For some reason, Puppet's scheduled task is configured to run every 20 > hours instead of the desired 30 minutes (as shown in - > http://docs.puppetlabs.com/windows/running.html) > > Is it a bug in Puppet? > Is it something that I misconfigured? > > Screenshot of the scheduled task: > > > <https://lh3.googleusercontent.com/-k25EfBfd1Yo/US6OTcbjLoI/AAAAAAAABS4/G7yp1_KqpMU/s1600/SnipImage.JPG> > > Best Regards, > Yoav Z. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > Puppet doesn't use scheduled tasks to run itself periodically. Instead, it installs a service that runs puppet agent --onetime based on the runinterval setting. Are you using puppet to create a scheduled_task resource, perhaps there's some confusion about seconds vs minutes? Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
