mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
revert: change from wns branch...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user