Actions
Bug #17565
closedset_hostgroup_defaults_with_chef_attributes: wrong number of argument
Description
Hi,
I have just updated my Foreman installation from 1.12 to 1.13.2, and I got this error when selecting Host Group on host creation form:
ArgumentError: wrong number of arguments (1 for 0) | /usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_chef-0.4.0/app/models/foreman_chef/concerns/host_extensions.rb:10:in `set_hostgroup_defaults_with_chef_attributes' | /usr/share/foreman/app/controllers/hosts_controller.rb:655:in `process_hostgroup'
Because of this error, I was unable to select a compute resource (box stays greyed).
This issue was fixed by modifying line 655 into /usr/share/foreman/app/controllers/hosts_controller.rb file from:
@host.set_hostgroup_defaults true
to
@host.set_hostgroup_defaults
Lionel
Actions