Skip to content
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

Improve performance of unless #148

Merged

Conversation

baurmatt
Copy link
Contributor

Pull Request (PR) description

Turns out, that calling certbot for every certificate resources takes
ages on systems with a lot of certificates.

Some comparison:
certbot: ~0.7s
openssl: ~0.01s

We've tested this on 123 systems with together 613 letsencrypt::certonly resources and could find any errors problems.

This Pull Request (PR) fixes the following issues

Turns out, that calling certbot for every certificate resources takes
ages on systems with a lot of certificates. Some comparison:

certbot: ~0.7s
openssl: ~0.01s
@bastelfreak bastelfreak added the enhancement New feature or request label Dec 29, 2018
@bastelfreak
Copy link
Member

Thanks for the PR!

@bastelfreak bastelfreak merged commit cb60d95 into voxpupuli:master Dec 29, 2018
@Dan33l
Copy link
Member

Dan33l commented Jan 14, 2019

@baurmatt Thank you.
Your PR is now released on the puppet forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants