Actions
Bug #14930
closedUpdate with --puppet-classes parameter will fail, if the classes belong to the same namespace
Difficulty:
Triaged:
Bugzilla link:
Team Backlog:
Description
To reproduce:
hammer hostgroup update --id 5 --puppet-classes "apache::mod::authnz_ldap,apache::dev"
will fail.
The problem is in the API response handling in id_resolver.rb
API response was grouped by namespace and validated groups count against number of classes in the requested parameters.
Actions