-
Notifications
You must be signed in to change notification settings - Fork 30
Move certificate installation to linux admin #79
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
Move certificate installation to linux admin #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call class methods with .
over ::
The code looks duplicated across the two types. Can the method be moved down into a base class? |
@Fryguy Updated based on comments. The problem is that the method doesn't make sense in the base class because the base class is used when the system is not registered. |
@brandondunne That's a weird layout for the class inheritance, then. There should probably be an Unregistered class or something that lives alongside Rhn and SubscriptionManager. |
@Fryguy updated based on conversation |
…n_to_linux_admin Move certificate installation to linux admin
No description provided.