Actions
Refactor #12822
openSeparate LookupValue to different classes per LookupKey type
Status:
New
Priority:
Normal
Assignee:
-
Category:
Parameters
Target version:
-
Description
As suggested by: https://github.com/theforeman/foreman/pull/2909#discussion_r46676200
LookupKey has been separated into two classes and LookupValue still has specific logic for each one.
LookupValue should also be separated or at least move the puppet specific logic into a child class.
Updated by Shimon Shtein over 8 years ago
At least from Puppet separation point of view, we can handle the LookupValue without inheritance.
All we need to do, is rename use_puppet_default to something more generic.
I have already opened an issue for that: [[http://projects.theforeman.org/issues/15846]]
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Amir Fefer) - Pull request deleted (
https://github.com/theforeman/foreman/pull/3080)
No activity on PR after being put up for review.
Actions