Actions
Bug #12421
closedMoving a hostgroup between environments loses associated puppet classes
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When moving a hostgroup between environments all previously associated puppet classes are lost.
Example:
ensure "myclass" is available in both environment A and B
Create hostgroup "hg1" in environment "A" and associated "myclass" with it
move "hg1" to environment "B"
Expected: hg1 should still have "myclass" associated with it
Actual: hg1 has no classes associated with it
The same occurs when cloning a HG from one environment into another.
Updated by Dominic Cleal about 9 years ago
- Is duplicate of Bug #1477: Whenever you switch environment for a host group - the host group looses its puppet classes. added
Updated by Dominic Cleal about 9 years ago
- Status changed from New to Duplicate
Thanks for the report. This has recently been fixed in ticket #1477 for Foreman 1.10.0. Please try out our release candidates.
Actions