lib/rundock/plugin/operation/host_inventory.rb in rundock-1.0.4 vs lib/rundock/plugin/operation/host_inventory.rb in rundock-1.0.5

- old
+ new

@@ -17,10 +17,10 @@ # key: ~/.ssh/id_rsa # --- class HostInventory < Base def run(backend, attributes) attributes[:host_inventory].each do |hi| - Logger.info(to_inventory(backend, hi)) + logging(to_inventory(backend, hi), 'info') end end private