Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from ares/fix/17408
Browse files Browse the repository at this point in the history
Fixes #17408 - fix attributes method
  • Loading branch information
ares committed Nov 21, 2016
2 parents 6684a43 + 16aadca commit a8a6e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/foreman_chef/concerns/host_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module HostExtensions
end

def inherited_attributes_with_chef_attributes
inherited_attributes_without_openscap.concat(%w(chef_proxy_id chef_environment_id))
inherited_attributes_without_chef_attributes.concat(%w(chef_proxy_id chef_environment_id))
end
end
end
Expand Down

0 comments on commit a8a6e4a

Please sign in to comment.