Method: ForemanMaintain::Runner::Execution#storage
- Defined in:
- lib/foreman_maintain/runner/execution.rb
#storage ⇒ Object
yaml storage to preserve key/value pairs between runs.
67 68 69 |
# File 'lib/foreman_maintain/runner/execution.rb', line 67 def storage @storage || ForemanMaintain.storage(:default) end |