-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminates subscription-manager exec on every Puppet run
Note, that this commit contains changes that break backward-compatibility. Additionally: * this gets rid of `rhsm::repo` which had already been replaced by `rh_repo`. There is no need of supporting two types that do the same, just differently. * types have been added to the `rhsm` class (contrib @kallies). * the `pool` parameter has been removed, since one should use `rh_subscription` for that. * service `rhsmcertd` is ensured to be enabled and running. This service is responsible for a periodical cert renewal and auto-attach (see rhsm.conf). * exec 'sm yum clean all' has beed removed. * `RHSM-subscribe` has been removed, since auto-attach happens already periodical via rhsmcertd. Attachment of pool subscriptions happens via `rh_subscription`.
- Loading branch information
Stefan Peer
committed
Aug 1, 2019
1 parent
2a7e7a3
commit b0b0517
Showing
10 changed files
with
110 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.