Actions
Bug #16591
closedSmart matchers with multiple, more specific facts match on less specific facts
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Hello,
I think I am running into a bug when overriding a puppet class parameter. I am having trouble getting the matchers to work.
Say you have a set of facts as a priority in the order section that a host matches. The bug occurs when the following conditions are met:
- you have a subset of facts as a priority in the order section that the host also matches
- that subset is a lower priority than the original set in the order section
- there is a value present to the subset of facts in the matcher section
- the subset is listed before the original set in the matcher section
I attached images showing an example.
Files
Updated by Tomer Brisker about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 48e2264091ae08e490eabd990a0c12811b01612d.
Actions