Skip to content

Commit

Permalink
Rename network module to not overrun network class
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Feb 13, 2018
1 parent 7c91f6e commit 383d304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'net/ping'

module ManageIQ
module Network
module NetworkDiscovery
module IPMI
autoload :Discovery, 'manageiq/network/ipmi/discovery'
autoload :Discovery, 'manageiq/network_discovery/ipmi/discovery'
end

module Discovery
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'socket'

module ManageIQ
module Network
module NetworkDiscovery
class Port
def self.all_open?(ost, ports)
ports.all? { |port| open?(ost, port) }
Expand Down

0 comments on commit 383d304

Please sign in to comment.