# File lib/puppet/network/client.rb, line 147
147:     def scheduled?
148:         if sched = self.schedule
149:             return sched.match?(self.lastrun)
150:         else
151:             return true
152:         end
153:     end