# File lib/puppet/network/handler/master.rb, line 24
24:     def freshness(client = nil, clientip = nil)
25:       # Always force a recompile.  Newer clients shouldn't do this (as of April 2008).
26:       Time.now.to_i
27:     end