-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in class_mappings after refactoring #84
Comments
@epcim gentle bump ^ :) |
The proposed fix adds back the line By default node names are just the name of the node file less the .yml extension without any path information so it would be strange for the class_mappings to then wildcard match based on the path of the node file. Having path based wildcards work initially may have been unintentional. However I don't see why path based wild carding can't be supported. My proposal is to add a path parameter to the Entity class, set it to the value of |
Added pull request #93, with the fix to allow class mappings to match either the node name or node path depending on a configuration option. |
I'm not 100% sure that's the issue, but after updating to reclass 1.6.0 the following in
reclass-config.yml
stopped working:and it did work before.
I also tested:
and it does work.
The text was updated successfully, but these errors were encountered: