Actions
Bug #13471
closedError when updating puppet-classes for a single host
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Description
When attempting to update the assigned puppet classes for a single host, hammer complains with "Error: one of puppetclasses not found".
Full error message:¶
$ hammer host update --id 96 --puppet-classes 'role::memcached,profile:consul'
Could not update the host:
Error: one of puppetclasses not found
I've verified that the classes do exist. The same command using class ids works perfectly fine:¶
$ hammer host update --id 96 --puppet-class-ids 773,670
Host updated
Updated by Dominic Cleal almost 9 years ago
- Is duplicate of Bug #11880: [BUG] updating multiple puppet-classes to hostgroup via hammer fails to update the hostgroup added
Updated by Dominic Cleal almost 9 years ago
- Status changed from New to Duplicate
Thanks for the report. This is currently tracked as bug #11880, but is unfixed.
Actions