Actions
Bug #24888
closedNoMethodError when importing facts from host
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman_chef
Target version:
Description
See https://projects.theforeman.org/issues/24648 for more details: the issue is the way how the ActionSubject modules are prepended inside Chef's HostActionSubject
causes the action_input_key
from the ForemanTask to win over the action_input_key
method in HostActionSubject
, leading to wrong used key ('managed' vs 'host')
Updated by Ivan Necas about 6 years ago
- Related to Bug #24648: undefined method `with_indifferent_access' for #<String:0x00000008ecc658> (NoMethodError) added
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_chef/pull/87 added
Updated by Björn Zettergren about 6 years ago
Tested the patch locally and it works, I got past the NoMethodError (although #24786 still remains, but that is perhaps unrelated)
Updated by Marek Hulán about 6 years ago
- Category set to foreman_chef
- Target version set to 433
Updated by Marek Hulán about 6 years ago
- Target version changed from 433 to foreman_chef 0.8.0
- Fixed in Releases foreman_chef 0.8.0 added
- Fixed in Releases deleted (
)
Updated by Marek Hulán about 6 years ago
- Target version changed from foreman_chef 0.8.0 to foreman_chef 0.8.1
- Fixed in Releases foreman_chef 0.8.1 added
- Fixed in Releases deleted (
foreman_chef 0.8.0)
Updated by Marek Hulán about 6 years ago
- Status changed from Ready For Testing to Closed
Actions