Skip to content

Commit

Permalink
Merge pull request ManageIQ#16543 from carbonin/call_super_from_all_s…
Browse files Browse the repository at this point in the history
…ub_classes

Call super from all the EmbeddedAnsible subclasses' #initialize methods
  • Loading branch information
Fryguy authored Dec 4, 2017
2 parents 3f8fd7d + e9691f0 commit 29d1636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/embedded_ansible/appliance_embedded_ansible.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def self.available?
end

def initialize
super
require "linux_admin"
end

Expand Down

0 comments on commit 29d1636

Please sign in to comment.