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

Fixes #17408 - fix attributes method #57

Merged
merged 1 commit into from
Nov 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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