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: getvar Puppet 5 change #12

Closed QDaniel closed 5 years ago

fraenki commented 5 years ago

@QDaniel Thanks! Did you test your changes and does it have any side effects? (i.e. does it affect existing private keys, certs/csrs?)

QDaniel commented 5 years ago

i have it since puppet 5 in production. (currently we use Puppet 6) Its only change the facter var names and the reading from it. I don't have seen side effects.

fraenki commented 5 years ago

@QDaniel Merged, thanks!