Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/scheduler/timer.rb
module Puppet::Scheduler
  class Timer
    def wait_for(seconds)
      if seconds > 0
        sleep(seconds)
      end
    end

    def now
      Time.now
    end
  end
end
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!