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