Method: Puppet::Scheduler::SplayJob#ready?
- Defined in:
- lib/puppet/scheduler/splay_job.rb
#ready?(time) ⇒ Boolean
20 21 22 23 24 25 26 |
# File 'lib/puppet/scheduler/splay_job.rb', line 20 def ready?(time) if last_run super else start_time + splay <= time end end |