revert: change from wns branch...

This commit is contained in:
ts
2018-09-26 09:32:48 +01:00
parent 8c0520f786
commit a7a8043fd3

View File

@@ -28,7 +28,6 @@ class System
# @return [Object] the list of selected modules
def resolve_module_selection(available_modules, options)
retry_count = 0
begin
# Replace $IP_addresses with options ip_ranges if required
begin
if options[:ip_ranges] and $datastore['IP_addresses'] and !$datastore['replaced_ranges']
@@ -80,6 +79,7 @@ class System
exit
end
begin
selected_modules = []
self.num_actioned_module_conflicts = 0