voxpupuli / puppet-letsencrypt

A Puppet module to install the Letsencrypt client and request certificates.
https://forge.puppet.com/puppet/letsencrypt
Apache License 2.0
87 stars 136 forks source link

Add a `certbot_version` fact #322

Closed martijndegouw closed 1 year ago

martijndegouw commented 1 year ago

This Pull Request (PR) adds the certbot version as a fact.

This fact can be used to add support for new certbot features while maintaining compatibility with older version. Note that it does not take a custom $package_command into account.