markt-de / puppet-acme

Centralized SSL certificate management using acme.sh and the ACME protocol
https://forge.puppet.com/markt/acme
Apache License 2.0
9 stars 17 forks source link

Fix facts lookup on Puppet 5 #22

Closed oxc closed 4 years ago

oxc commented 4 years ago

Use $facts[] lookup instead of the .get function introduced in puppet6. It is not needed here anyway, since we do not want to dig into nested facts.

Fixes #17

This PR includes some simplifications of the chained replacements and filename mangling.

fraenki commented 4 years ago

@oxc Merged, thanks!