Method: Rundock::Operation::HostInventory#run
- Defined in:
- lib/rundock/plugin/operation/host_inventory.rb
#run(backend, attributes) ⇒ Object
20 21 22 23 24 |
# File 'lib/rundock/plugin/operation/host_inventory.rb', line 20 def run(backend, attributes) attributes[:host_inventory].each do |hi| logging(to_inventory(backend, hi), 'info') end end |