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.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/234 added
Updated by Shimon Shtein over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-foreman|bb26bf429ddbcbdc971ba7eb1de8adcb4fbef659.
Actions