Method: Puppet::Indirector::Indirection#ttl
- Defined in:
- lib/puppet/indirector/indirection.rb
#ttl ⇒ Object
Default to the runinterval for the ttl.
77 78 79 |
# File 'lib/puppet/indirector/indirection.rb', line 77 def ttl @ttl ||= Puppet[:runinterval] end |