Skip to content
Snippets Groups Projects
Commit 49f5bfe8 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Refactor x509certs::fetchcrl into multiple helper classes.

Break out the body of x509certs::fetchcrl into three internal helper
classes: ::package, ::service, and ::initial, which are 'contain':ed
from x509certs::fetchcrl.  This allows a little bit more abstraction
in dependencies, so we can depend on these classes instead of having
to hardcode the package name everywhere, et.c.

These helper classes are intended to be internal, so end users should
not depend on them directly.

We don't have any immediate use cases for this, but if we are to port
this module to other operating systems than RHEL in the future, it
could be helpful.
parent 435ca025
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment