Skip to content

Commit

Permalink
actually call delete_config before reactivating
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Mar 5, 2014
1 parent 7849075 commit ac0c476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/inst_setup_dhcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def self.inactive_config?(devname)
inactive_devices = dhcp_cards.select { |c| inactive_config?(c) }
log.info "Inactive devices: #{inactive_devices}"

inactive_devices.each { |c| delete_config(c) }
activate_changes(inactive_devices)
end

Expand Down

0 comments on commit ac0c476

Please sign in to comment.