Actions
Bug #26898
closedInheritance don't work for smart class parameters matcher on nested location
Description
We use matchers on location for some puppet smart class paremeters. We use nested location like:
France/Toulouse/Site1/Zone1
France/Toulouse/Site1/Zone2
...
If we set a matcher on a sub level of the location, it is not inherited in nested locations. Eg:
Location = France/Toulouse/Site1 => monitoring_server = monitoring.foo.example.com. The value will not inherited on hosts in France/Toulouse/Site1/zone1.
This behaviour is inconsistent with nested hostgroups where inheritance is respected.
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Baptiste Agasse
- Pull request https://github.com/theforeman/foreman/pull/7037 added
Updated by Anonymous about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 939d5ed103c8d8131c9e721d890ced7502614863.
Actions